diff options
author | jkh <jkh@FreeBSD.org> | 1999-02-10 09:15:27 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1999-02-10 09:15:27 +0000 |
commit | 1a0dc12e9199767f0c22fbd9a563639825d40ec7 (patch) | |
tree | e7a815401a9774d45f84d8c9b4c47857d4c38632 /release | |
parent | eb2538b12dd20e880b3b7d4375c13d3b3e46af35 (diff) | |
download | FreeBSD-src-1a0dc12e9199767f0c22fbd9a563639825d40ec7.zip FreeBSD-src-1a0dc12e9199767f0c22fbd9a563639825d40ec7.tar.gz |
Install the correct rc.conf file.
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index 14f3994..7fdafb9 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.469 1999/02/06 06:51:30 jkh Exp $ +# $Id: Makefile,v 1.470 1999/02/10 01:57:38 msmith Exp $ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # @@ -64,7 +64,7 @@ KERNELS?= GENERIC # (another "s" for "source" will be prepended). EXTRA_SRC+= usr.sbin/sendmail/cf smailcf -BOOT1= etc/protocols etc/rc.conf +BOOT1= etc/protocols etc/defaults/rc.conf # mountpoint for filesystems. MNT= /mnt |