Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src try to sync lists of rc.d scripts



details:   https://anonhg.NetBSD.org/src/rev/7a095c705fb6
branches:  trunk
changeset: 786859:7a095c705fb6
user:      yamt <yamt%NetBSD.org@localhost>
date:      Thu May 16 07:37:05 2013 +0000

description:
try to sync lists of rc.d scripts

diffstat:

 etc/mtree/special                |   3 ++-
 etc/rc.d/Makefile                |   5 +++--
 usr.sbin/postinstall/postinstall |  16 ++++++++--------
 3 files changed, 13 insertions(+), 11 deletions(-)

diffs (79 lines):

diff -r 6a2fcdc83404 -r 7a095c705fb6 etc/mtree/special
--- a/etc/mtree/special Thu May 16 07:20:29 2013 +0000
+++ b/etc/mtree/special Thu May 16 07:37:05 2013 +0000
@@ -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 -r 6a2fcdc83404 -r 7a095c705fb6 etc/rc.d/Makefile
--- a/etc/rc.d/Makefile Thu May 16 07:20:29 2013 +0000
+++ b/etc/rc.d/Makefile Thu May 16 07:37:05 2013 +0000
@@ -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 @@
                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 -r 6a2fcdc83404 -r 7a095c705fb6 usr.sbin/postinstall/postinstall
--- a/usr.sbin/postinstall/postinstall  Thu May 16 07:20:29 2013 +0000
+++ b/usr.sbin/postinstall/postinstall  Thu May 16 07:37:05 2013 +0000
@@ -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 @@
                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 @@
                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 \



Home | Main Index | Thread Index | Old Index