diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-09-09 01:07:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-09-09 01:07:32 +0000 |
commit | 5a8be4d0389edca96e00abdbfbc4a4b6f3140468 (patch) | |
tree | 9e1e078ee3cffda0d795983a9f2d056a47500411 /etc | |
parent | 8e0c605992437bff5488864b54673cb4218fa00b (diff) |
the first part of uucp going away. It will become a package
Diffstat (limited to 'etc')
-rw-r--r-- | etc/daily | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/etc/daily b/etc/daily index 438aa3ac5a6..4848d09e59d 100644 --- a/etc/daily +++ b/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 |