diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-28 20:58:49 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-28 20:58:49 +0000 |
commit | 078e3b832d6b9b49fe549cf665476b22476d122a (patch) | |
tree | ff31fcb9efc3ee46ee8309387cbcc41d2a3d95e1 /etc | |
parent | 565869fb0b6aa7dd206786065b3bf8cb71c1b225 (diff) |
remove check for /etc/news.expire;
ok millert@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/daily | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/etc/daily b/etc/daily index 959df6ddf54..b9ec8c54e32 100644 --- a/etc/daily +++ b/etc/daily @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: daily,v 1.45 2003/06/30 23:47:14 avsm Exp $ +# $OpenBSD: daily,v 1.46 2003/07/28 20:58:48 jmc Exp $ # From: @(#)daily 8.2 (Berkeley) 1/25/94 # PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin @@ -75,10 +75,6 @@ if [ -d /var/msgs -a ! -L /var/msgs ]; then msgs -c fi -if [ -s /etc/news.expire ]; then - /etc/news.expire -fi - if [ -f /var/account/acct ]; then echo "" echo "Purging accounting records:" |