diff options
author | wollman <wollman@FreeBSD.org> | 1995-03-21 16:44:04 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1995-03-21 16:44:04 +0000 |
commit | b6b7f7fea901a130e7af0a9bb9c90d4a49afb40a (patch) | |
tree | 782650a6a176fe132ff159c2d0fc20999245ec9b /etc/Makefile | |
parent | 7f0f8722f6f4b445242f230675dabb9e105df3ca (diff) | |
download | FreeBSD-src-b6b7f7fea901a130e7af0a9bb9c90d4a49afb40a.zip FreeBSD-src-b6b7f7fea901a130e7af0a9bb9c90d4a49afb40a.tar.gz |
Change named starting convention to use $namedflags like most other
daemons that take command-line arguments. Correct /etc/namedb installation
to use the correct files.
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index c6bb7e7..06c8d1e 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.106 1995/03/10 08:42:07 rgrimes Exp $ +# $Id: Makefile,v 1.107 1995/03/18 07:01:53 rgrimes Exp $ # disktab may be wrong -- hcx9 is a tahoe, but gets its own. # -rw-r--r-- @@ -36,7 +36,7 @@ NEWFS= newfs -b 4096 -c 80 -f 512 -m 0 -o space -u 0 -t 0 ZIPNSPLIT= gzip --no-name -9 -c | split -b 240640 - MTREE= BSD.local.dist BSD.root.dist BSD.usr.dist BSD.var.dist -NAMEDB= localhost.rev named.boot root.cache +NAMEDB= PROTO.localhost.rev named.boot root.cache make-localhost PPPCNF= ppp.conf.filter.sample ppp.conf.iij ppp.conf.sample \ ppp.linkup.sample ppp.secret.sample PCS= pcs750.bin |