Add the veriexec rc.d script.
This commit is contained in:
parent
45717cbc50
commit
ec3213dda0
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: special,v 1.76 2003/05/14 16:36:22 ragge Exp $
|
||||
# $NetBSD: special,v 1.77 2004/01/14 10:51:54 jmmv Exp $
|
||||
# @(#)special 8.2 (Berkeley) 1/23/94
|
||||
#
|
||||
# Hand-crafted mtree specification for the dangerous files.
|
||||
|
@ -209,6 +209,7 @@
|
|||
./etc/rc.d/syslogd type=file mode=0555
|
||||
./etc/rc.d/timed type=file mode=0555
|
||||
./etc/rc.d/ttys type=file mode=0555
|
||||
./etc/rc.d/veriexec type=file mode=0555
|
||||
./etc/rc.d/virecover type=file mode=0555
|
||||
./etc/rc.d/wdogctl type=file mode=0555
|
||||
./etc/rc.d/wscons type=file mode=0555
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $NetBSD: postinstall,v 1.69 2004/01/14 04:49:57 itojun Exp $
|
||||
# $NetBSD: postinstall,v 1.70 2004/01/14 10:51:54 jmmv Exp $
|
||||
#
|
||||
# Copyright (c) 2002-2004 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
|
@ -441,7 +441,7 @@ do_rc()
|
|||
quota racoon rpcbind raidframe raidframeparity rarpd rbootd \
|
||||
root route6d routed rtadvd rtclocaltime rtsold rwho savecore \
|
||||
screenblank sendmail securelevel smmsp sshd staticroute \
|
||||
swap1 swap2 sysdb sysctl syslogd timed ttys virecover \
|
||||
swap1 swap2 sysdb sysctl syslogd timed ttys veriexec virecover \
|
||||
wdogctl wscons wsmoused \
|
||||
xdm xfs ypbind yppasswdd ypserv
|
||||
failed=$(( ${failed} + $? ))
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.44 2003/12/27 00:29:21 martin Exp $
|
||||
# $NetBSD: Makefile,v 1.45 2004/01/14 10:51:54 jmmv Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
|
@ -21,7 +21,7 @@ FILES= DAEMON LOGIN NETWORKING SERVERS \
|
|||
route6d routed rtadvd rtclocaltime rtsold rwho \
|
||||
savecore screenblank sendmail securelevel smmsp sshd \
|
||||
staticroute swap1 swap2 sysdb sysctl syslogd \
|
||||
timed tpctl ttys virecover wdogctl wscons wsmoused xdm xfs \
|
||||
timed tpctl ttys veriexec virecover wdogctl wscons wsmoused xdm xfs \
|
||||
ypbind yppasswdd ypserv
|
||||
FILESDIR= /etc/rc.d
|
||||
FILESMODE= ${BINMODE}
|
||||
|
|
Loading…
Reference in New Issue