add ldpd rc.d script here too
This commit is contained in:
parent
f892497c8e
commit
690d3837f6
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue