diff options
author | jkh <jkh@FreeBSD.org> | 1995-03-24 00:17:37 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-03-24 00:17:37 +0000 |
commit | c810d7bf7df8d126303e995b860066813767e141 (patch) | |
tree | a19c900fedb5a36ee61ecb3c839521ac9ec283dd /etc | |
parent | 725eec5127e410c638554152b7743663e4392080 (diff) | |
download | FreeBSD-src-c810d7bf7df8d126303e995b860066813767e141.zip FreeBSD-src-c810d7bf7df8d126303e995b860066813767e141.tar.gz |
Add rc.maint file.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile index 6e4f30a..545e9be 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.109 1995/03/23 08:42:58 rgrimes Exp $ +# $Id: Makefile,v 1.110 1995/03/24 00:15:15 phk Exp $ # disktab may be wrong -- hcx9 is a tahoe, but gets its own. # -rw-r--r-- @@ -8,8 +8,8 @@ BINGRP= wheel BIN1= aliases csh.cshrc csh.login csh.logout dm.conf \ ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \ inetd.conf login.access motd netstart \ - networks phones printcap profile protocols rc rc.local rc.serial \ - remote security services sysconfig shells \ + networks phones printcap profile protocols rc rc.local rc.maint \ + rc.serial remote security services sysconfig shells \ syslog.conf ttys etc.${MACHINE}/disktab rpc make.conf \ ${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \ ${.CURDIR}/../usr.bin/mail/misc/mail.rc |