diff --git a/src/etc/Makefile b/src/etc/Makefile index af62d0a2..f4d74dfa 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.409 2015/10/03 18:57:11 renato Exp $ +# $OpenBSD: Makefile,v 1.410 2015/10/16 15:54:55 schwarze Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -37,7 +37,7 @@ MUTABLE=changelist csh.cshrc csh.login csh.logout daily \ pf.os protocols rc rc.conf rpc services shells syslog.conf weekly # -rw-r--r-- -EXAMPLES=chio.conf dhclient.conf dhcpd.conf exports ftpchroot hosts.lpd \ +EXAMPLES=chio.conf dhclient.conf dhcpd.conf exports ftpchroot \ httpd.conf ifstated.conf inetd.conf \ man.conf mixerctl.conf mrouted.conf \ ntpd.conf printcap rbootd.conf remote sensorsd.conf diff --git a/src/etc/examples/hosts.lpd b/src/etc/examples/hosts.lpd deleted file mode 100644 index 177726cb..00000000 --- a/src/etc/examples/hosts.lpd +++ /dev/null @@ -1,2 +0,0 @@ -# $OpenBSD: hosts.lpd,v 1.1 2014/07/12 03:52:39 deraadt Exp $ -# As described in lpd(8), place one legal access hostname per line.