Module Name:    src
Committed By:   yamt
Date:           Thu May 16 07:37:05 UTC 2013

Modified Files:
        src/etc/mtree: special
        src/etc/rc.d: Makefile
        src/usr.sbin/postinstall: postinstall

Log Message:
try to sync lists of rc.d scripts


To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 src/etc/mtree/special
cvs rdiff -u -r1.88 -r1.89 src/etc/rc.d/Makefile
cvs rdiff -u -r1.147 -r1.148 src/usr.sbin/postinstall/postinstall

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/mtree/special
diff -u src/etc/mtree/special:1.144 src/etc/mtree/special:1.145
--- src/etc/mtree/special:1.144	Mon Mar 11 23:17:34 2013
+++ src/etc/mtree/special	Thu May 16 07:37:05 2013
@@ -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

Index: src/etc/rc.d/Makefile
diff -u src/etc/rc.d/Makefile:1.88 src/etc/rc.d/Makefile:1.89
--- src/etc/rc.d/Makefile:1.88	Tue Feb  7 19:13:30 2012
+++ src/etc/rc.d/Makefile	Thu May 16 07:37:05 2013
@@ -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 \

Index: src/usr.sbin/postinstall/postinstall
diff -u src/usr.sbin/postinstall/postinstall:1.147 src/usr.sbin/postinstall/postinstall:1.148
--- src/usr.sbin/postinstall/postinstall:1.147	Sat Sep 22 09:20:06 2012
+++ src/usr.sbin/postinstall/postinstall	Thu May 16 07:37:05 2013
@@ -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 \

Reply via email to