summaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2014-09-05 07:22:30 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2014-09-05 07:22:30 +0000
commit9af42551f3f25b17e8b8182a34d4cbb1a9accc3a (patch)
tree77478738f9ebe4908f84906aa10424b61251ebbc /etc/Makefile
parent085c01176f7e1f4b822d5c45c6c95aa5e83c869c (diff)
Remove /etc/{hosts,myname} from etc.tgz.
Make the installer create the /etc/hosts template. While here, re-add a missing 'echo' from install.sh. ok miod@ krw@ halex@
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 111074a100b..6ab8b7f4af3 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.392 2014/08/29 18:05:39 ajacoutot Exp $
+# $OpenBSD: Makefile,v 1.393 2014/09/05 07:22:29 ajacoutot Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain
@@ -32,8 +32,8 @@ BINOWN= root
BINGRP= wheel
MUTABLE=changelist csh.cshrc csh.login csh.logout daily \
etc.${MACHINE}/disktab etc.${MACHINE}/login.conf ftpusers \
- gettytab group hosts ksh.kshrc locate.rc mailer.conf man.conf \
- moduli monthly myname netstart networks newsyslog.conf \
+ gettytab group ksh.kshrc locate.rc mailer.conf man.conf \
+ moduli monthly netstart networks newsyslog.conf \
pf.os protocols rc rc.conf rpc services shells syslog.conf weekly
# -rw-r--r--