diff options
| author | yamt <yamt@NetBSD.org> | 2013-05-16 07:37:05 +0000 |
|---|---|---|
| committer | yamt <yamt@NetBSD.org> | 2013-05-16 07:37:05 +0000 |
| commit | 352733d07a3d64cdc5c54922fcf8fbd17ffefd87 (patch) | |
| tree | 73f78a02788bc09ba86f1ba6ddec8d7d39d35dfb | |
| parent | b896db9e73f1ec134e87dc7f4996c2f03a35cfcd (diff) | |
try to sync lists of rc.d scripts
| -rw-r--r-- | etc/mtree/special | 3 | ||||
| -rwxr-xr-x | etc/rc.d/Makefile | 5 | ||||
| -rwxr-xr-x | usr.sbin/postinstall/postinstall | 16 |
3 files changed, 13 insertions, 11 deletions
diff --git a/etc/mtree/special b/etc/mtree/special index 115ec31f0f4..736408bfddf 100644 --- a/etc/mtree/special +++ b/etc/mtree/special @@ -1,4 +1,4 @@ -# $NetBSD: special,v 1.144 2013/03/11 23:17:34 christos Exp $ +# $NetBSD: special,v 1.145 2013/05/16 07:37:05 yamt Exp $ # @(#)special 8.2 (Berkeley) 1/23/94 # # This file may be overwritten on upgrades. @@ -193,6 +193,7 @@ ./etc/rc.d/cgd type=file mode=0555 ./etc/rc.d/cleartmp type=file mode=0555 ./etc/rc.d/cron type=file mode=0555 +./etc/rc.d/devpubd type=file mode=0555 ./etc/rc.d/dhclient type=file mode=0555 ./etc/rc.d/dhcpd type=file mode=0555 ./etc/rc.d/dhcrelay type=file mode=0555 diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile index 656be4cbcec..dbe4a48c78c 100755 --- a/etc/rc.d/Makefile +++ b/etc/rc.d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.88 2012/02/07 19:13:30 joerg Exp $ +# $NetBSD: Makefile,v 1.89 2013/05/16 07:37:05 yamt Exp $ .include <bsd.own.mk> @@ -28,7 +28,8 @@ CONFIGFILES=\ ldconfig ldpd local lpd lvm \ makemandb mdnsd mixerctl mopd motd mountall mountcritlocal \ mountcritremote mountd moused mrouted \ - named ndbootd network newsyslog nfsd nfslocking npf ntpd ntpdate \ + named ndbootd network newsyslog nfsd nfslocking npf ntpd \ + ntpdate \ perusertmp pf pf_boot pflogd postfix powerd ppp pwcheck \ quota \ racoon rpcbind raidframe raidframeparity random_seed rarpd \ diff --git a/usr.sbin/postinstall/postinstall b/usr.sbin/postinstall/postinstall index fac2eaaee5b..7df029ea790 100755 --- a/usr.sbin/postinstall/postinstall +++ b/usr.sbin/postinstall/postinstall @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: postinstall,v 1.147 2012/09/22 09:20:06 ast Exp $ +# $NetBSD: postinstall,v 1.148 2013/05/16 07:37:05 yamt Exp $ # # Copyright (c) 2002-2008 The NetBSD Foundation, Inc. # All rights reserved. @@ -1150,7 +1150,7 @@ do_rc() DAEMON DISKS LOGIN NETWORKING SERVERS \ accounting altqd amd apmd \ bluetooth bootconf.sh bootparams \ - ccd cgd cleartmp cron \ + ccd cgd cleartmp cron devpubd \ dhclient dhcpcd dhcpd dhcrelay dmesg downinterfaces envsys \ fsck fsck_root ftp_proxy ftpd \ gpio \ @@ -1158,16 +1158,16 @@ do_rc() identd ifwatchd inetd ipfilter ipfs ipmon ipnat ipsec \ irdaattach iscsi_target isdnd isibootd \ kdc \ - ldconfig ldpd local lpd lvm\ + ldconfig ldpd local lpd lvm \ makemandb mdnsd mixerctl mopd motd mountall mountcritlocal \ mountcritremote mountd moused mrouted \ - named ndbootd network newsyslog nfsd nfslocking npf \ - ntpd ntpdate \ + named ndbootd network newsyslog nfsd nfslocking npf ntpd \ + ntpdate \ perusertmp pf pf_boot pflogd postfix powerd ppp pwcheck \ quota \ - racoon rpcbind raidframe raidframeparity random_seed \ - rarpd rbootd rndctl \ - root route6d routed rtadvd rtclocaltime rtsold rwho \ + racoon rpcbind raidframe raidframeparity random_seed rarpd \ + rbootd rndctl root route6d routed rtadvd rtclocaltime \ + rtsold rwho \ savecore screenblank securelevel sshd \ staticroute swap1 swap2 sysctl sysdb syslogd \ timed tpctl ttys \ |
