Browse Source

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@
OPENBSD_5_7
ajacoutot 10 years ago
parent
commit
cb402f72e9
3 changed files with 3 additions and 15 deletions
  1. +3
    -3
      src/etc/Makefile
  2. +0
    -11
      src/etc/hosts
  3. +0
    -1
      src/etc/myname

+ 3
- 3
src/etc/Makefile View File

@ -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--


+ 0
- 11
src/etc/hosts View File

@ -1,11 +0,0 @@
# $OpenBSD: hosts,v 1.12 2009/03/10 00:42:13 deraadt Exp $
#
# Host Database
#
# RFC 1918 specifies that these networks are "internal".
# 10.0.0.0 10.255.255.255
# 172.16.0.0 172.31.255.255
# 192.168.0.0 192.168.255.255
#
127.0.0.1 localhost
::1 localhost

+ 0
- 1
src/etc/myname View File

@ -1 +0,0 @@
noname.my.domain

Loading…
Cancel
Save