From cefcd164b289cc42f228f068e4666e3f3954f616 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sun, 9 Sep 2001 01:07:31 +0000 Subject: [PATCH] the first part of uucp going away. It will become a package --- src/etc/daily | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/src/etc/daily b/src/etc/daily index 438aa3ac..4848d09e 100644 --- a/src/etc/daily +++ b/src/etc/daily @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: daily,v 1.35 2001/03/06 20:29:48 niklas Exp $ +# $OpenBSD: daily,v 1.36 2001/09/09 01:07:31 deraadt Exp $ # From: @(#)daily 8.2 (Berkeley) 1/25/94 # PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin @@ -128,12 +128,6 @@ fi # Rotation of mail log now handled automatically by cron and 'newsyslog' -if [ -d /var/spool/uucp -a -f /etc/uuclean.daily ]; then - echo "" - echo "Cleaning up UUCP:" - echo /etc/uuclean.daily | su daemon -fi - echo "" echo "Checking subsystem status:" echo "" @@ -150,15 +144,6 @@ if ! grep -q "^/var/spool/mqueue is empty$" $TMP; then cat $TMP fi -if [ -d /var/spool/uucp ]; then - uustat -a > $TMP - if [ -s $TMP ]; then - echo "" - echo "uucp:" - cat $TMP - fi -fi - echo "" echo "network:" netstat -ivn