add identd
This commit is contained in:
parent
a6b397d6de
commit
0120b80220
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: special,v 1.77 2004/01/14 10:51:54 jmmv Exp $
|
||||
# $NetBSD: special,v 1.78 2004/02/01 02:32:58 christos Exp $
|
||||
# @(#)special 8.2 (Berkeley) 1/23/94
|
||||
#
|
||||
# Hand-crafted mtree specification for the dangerous files.
|
||||
|
@ -150,6 +150,7 @@
|
|||
./etc/rc.d/dmesg type=file mode=0555
|
||||
./etc/rc.d/downinterfaces type=file mode=0555
|
||||
./etc/rc.d/fsck type=file mode=0555
|
||||
./etc/rc.d/identd type=file mode=0555
|
||||
./etc/rc.d/inetd type=file mode=0555
|
||||
./etc/rc.d/ipfilter type=file mode=0555
|
||||
./etc/rc.d/ipmon type=file mode=0555
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $NetBSD: postinstall,v 1.70 2004/01/14 10:51:54 jmmv Exp $
|
||||
# $NetBSD: postinstall,v 1.71 2004/02/01 02:34:03 christos Exp $
|
||||
#
|
||||
# Copyright (c) 2002-2004 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
|
@ -433,7 +433,7 @@ do_rc()
|
|||
DAEMON LOGIN NETWORKING SERVERS accounting altqd amd \
|
||||
apmd bootparams bootconf.sh ccd cgd cleartmp cron \
|
||||
dhclient dhcpd dhcrelay dmesg downinterfaces fsck \
|
||||
ifwatchd inetd ipfilter ipfs ipmon ipnat ipsec isdnd \
|
||||
identd ifwatchd inetd ipfilter ipfs ipmon ipnat ipsec isdnd \
|
||||
kdc ldconfig lkm1 lkm2 lkm3 local lpd mopd motd \
|
||||
mountall mountcritlocal mountcritremote mountd moused \
|
||||
mrouted mixerctl named ndbootd network newsyslog nfsd \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.45 2004/01/14 10:51:54 jmmv Exp $
|
||||
# $NetBSD: Makefile,v 1.46 2004/02/01 02:34:16 christos Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
|
@ -11,7 +11,7 @@ FILES= DAEMON LOGIN NETWORKING SERVERS \
|
|||
accounting altqd amd apmd \
|
||||
bootparams bootconf.sh ccd cgd cleartmp cron \
|
||||
dhclient dhcpd dhcrelay dmesg downinterfaces fsck \
|
||||
ifwatchd inetd ipfilter ipfs ipmon ipnat ipsec isdnd \
|
||||
identd ifwatchd inetd ipfilter ipfs ipmon ipnat ipsec isdnd \
|
||||
kdc ldconfig lkm1 lkm2 lkm3 local lpd \
|
||||
mixerctl mopd motd mountall mountcritlocal mountcritremote mountd \
|
||||
moused mrouted \
|
||||
|
|
Loading…
Reference in New Issue