diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-06 07:55:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-06 07:55:04 +0000 |
commit | 3147963759c7c78f70cd12e9cea49a38d289688d (patch) | |
tree | c7264cd7bfd95a5e813d3a5ee638caeb73e5f543 /etc/Makefile | |
parent | aac51e00fb9c16b111f80cd2f072981321ce3b06 (diff) |
your basic rc.shutdown file
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile index 7f0cc9aa0e2..b67075c7f18 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.97 1999/04/30 00:46:25 art Exp $ +# $OpenBSD: Makefile,v 1.98 1999/07/06 07:55:03 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -18,8 +18,8 @@ BIN1= aliases bootptab changelist ccd.conf csh.cshrc csh.login csh.logout \ ipf.rules ksh.kshrc locate.rc man.conf monthly motd mrouted.conf \ myname ipnat.rules netstart networks newsyslog.conf passwd.conf \ phones printcap protocols rbootd.conf rc rc.conf rc.local \ - rc.securelevel remote rpc security services shells syslog.conf weekly \ - etc.${MACHINE}/disktab dhclient.conf + rc.securelevel rc.shutdown remote rpc security services shells \ + syslog.conf weekly etc.${MACHINE}/disktab dhclient.conf # -rw-rw-r-- BIN2= motd |