diff options
author | Peter Wemm <peter@FreeBSD.org> | 2002-09-06 01:23:31 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2002-09-06 01:23:31 +0000 |
commit | f915be3badec51d1b2ca4b3b0cb3b9532c4c9f59 (patch) | |
tree | 0dde9ac231e1f772359920f5387e1f6a37fcc076 | |
parent | 65c17e749b353e55b29fd482ad085c3b660f5718 (diff) | |
download | src-f915be3badec51d1b2ca4b3b0cb3b9532c4c9f59.tar.gz src-f915be3badec51d1b2ca4b3b0cb3b9532c4c9f59.zip |
rev 1.6 claimed to add 'bootparams', but in fact added 'bootparamd' which
does not exist.
Notes
Notes:
svn path=/head/; revision=102997
-rwxr-xr-x | etc/rc.d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile index ed63f87864af..b9408e5dee33 100755 --- a/etc/rc.d/Makefile +++ b/etc/rc.d/Makefile @@ -4,7 +4,7 @@ .include <bsd.own.mk> FILES= DAEMON LOGIN NETWORKING SERVERS abi accounting addswap adjkerntz amd \ - apm apmd atm1 atm2.sh atm3.sh archdep bgfsck bootparamd ccd cleanvar \ + apm apmd atm1 atm2.sh atm3.sh archdep bgfsck bootparams ccd cleanvar \ cleartmp cron devdb devfs diskless dmesg dumpon fsck inetd \ initdiskless initrandom ip6fw ipfilter ipfw ipmon ipnat ipsec \ ipxrouted isdnd kadmind kerberos keyserv ldconfig local \ |