Module Name: src Committed By: kefren Date: Thu Jun 28 16:34:07 UTC 2012
Modified Files: src/etc/mtree: special src/usr.sbin/postinstall: postinstall Log Message: add ldpd rc.d script here too To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142 src/etc/mtree/special cvs rdiff -u -r1.137 -r1.138 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.141 src/etc/mtree/special:1.142 --- src/etc/mtree/special:1.141 Sat Dec 17 13:37:49 2011 +++ src/etc/mtree/special Thu Jun 28 16:34:07 2012 @@ -1,4 +1,4 @@ -# $NetBSD: special,v 1.141 2011/12/17 13:37:49 tsutsui Exp $ +# $NetBSD: special,v 1.142 2012/06/28 16:34:07 kefren Exp $ # @(#)special 8.2 (Berkeley) 1/23/94 # # This file may be overwritten on upgrades. @@ -220,6 +220,7 @@ ./etc/rc.d/isibootd type=file mode=0555 ./etc/rc.d/kdc type=file mode=0555 ./etc/rc.d/ldconfig type=file mode=0555 +./etc/rc.d/ldpd type=file mode=0555 ./etc/rc.d/local type=file mode=0555 ./etc/rc.d/lpd type=file mode=0555 ./etc/rc.d/lvm type=file mode=0555 Index: src/usr.sbin/postinstall/postinstall diff -u src/usr.sbin/postinstall/postinstall:1.137 src/usr.sbin/postinstall/postinstall:1.138 --- src/usr.sbin/postinstall/postinstall:1.137 Fri Jun 1 21:59:06 2012 +++ src/usr.sbin/postinstall/postinstall Thu Jun 28 16:34:06 2012 @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: postinstall,v 1.137 2012/06/01 21:59:06 jnemeth Exp $ +# $NetBSD: postinstall,v 1.138 2012/06/28 16:34:06 kefren Exp $ # # Copyright (c) 2002-2008 The NetBSD Foundation, Inc. # All rights reserved. @@ -1183,7 +1183,7 @@ do_rc() identd ifwatchd inetd ipfilter ipfs ipmon ipnat ipsec \ irdaattach iscsi_target isdnd isibootd \ kdc \ - ldconfig 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 \