Remove update, it's no longer used.
This commit is contained in:
parent
6081361f0d
commit
0f6157b181
5
etc/rc
5
etc/rc
@ -1,4 +1,4 @@
|
||||
# $NetBSD: rc,v 1.135 1999/10/30 12:35:30 frueauf Exp $
|
||||
# $NetBSD: rc,v 1.136 1999/11/15 20:04:50 fvdl Exp $
|
||||
# originally from: @(#)rc 8.2 (Berkeley) 3/17/94
|
||||
|
||||
# System startup script run by init on autoboot
|
||||
@ -440,9 +440,6 @@ if [ -f /var/account/acct ]; then
|
||||
fi
|
||||
|
||||
echo -n standard daemons:
|
||||
if checkyesno update; then
|
||||
echo -n ' update'; update $update_flags
|
||||
fi
|
||||
if checkyesno cron; then
|
||||
echo -n ' cron'; cron
|
||||
fi
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: rc.conf,v 1.60 1999/11/05 11:19:49 mycroft Exp $
|
||||
# $NetBSD: rc.conf,v 1.61 1999/11/15 20:04:51 fvdl Exp $
|
||||
#
|
||||
# see rc.conf(5) for more information.
|
||||
|
||||
@ -72,7 +72,6 @@ inetd=YES inetd_flags="-l" # -l logs libwrap
|
||||
portmap=NO portmap_flags="-l" # -l logs libwrap
|
||||
|
||||
# Commonly used daemons
|
||||
update=YES update_flags="30"
|
||||
syslogd=YES syslogd_flags="-s" # -s "secure" unix domain only
|
||||
cron=YES
|
||||
named=NO named_flags=""
|
||||
|
Loading…
Reference in New Issue
Block a user