Source-Changes-HG archive

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

[src/trunk]: src add ldpd rc.d script here too



details:   https://anonhg.NetBSD.org/src/rev/e42af344f7ba
branches:  trunk
changeset: 779933:e42af344f7ba
user:      kefren <kefren%NetBSD.org@localhost>
date:      Thu Jun 28 16:34:06 2012 +0000

description:
add ldpd rc.d script here too

diffstat:

 etc/mtree/special                |  3 ++-
 usr.sbin/postinstall/postinstall |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (37 lines):

diff -r a1df7d7f7c64 -r e42af344f7ba etc/mtree/special
--- a/etc/mtree/special Thu Jun 28 15:28:44 2012 +0000
+++ b/etc/mtree/special Thu Jun 28 16:34:06 2012 +0000
@@ -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
diff -r a1df7d7f7c64 -r e42af344f7ba usr.sbin/postinstall/postinstall
--- a/usr.sbin/postinstall/postinstall  Thu Jun 28 15:28:44 2012 +0000
+++ b/usr.sbin/postinstall/postinstall  Thu Jun 28 16:34:06 2012 +0000
@@ -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 @@
                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 \



Home | Main Index | Thread Index | Old Index