try to sync lists of rc.d scripts
This commit is contained in:
parent
e2eacae3cf
commit
8782935dec
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user