The hosts.lpd examples file does not contain a single example.
authorschwarze <schwarze@openbsd.org>
Fri, 16 Oct 2015 15:54:55 +0000 (15:54 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 16 Oct 2015 15:54:55 +0000 (15:54 +0000)
The file format is so simple that no example is needed.
All relevant documentation is already available
from the proper place, which is the lpd(8) manual.
Consequently, delete the empty file.
OK millert@ dcoppa@ beck@ deraadt@

etc/Makefile
etc/examples/hosts.lpd [deleted file]

index af62d0a..f4d74df 100644 (file)
@@ -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/etc/examples/hosts.lpd b/etc/examples/hosts.lpd
deleted file mode 100644 (file)
index 177726c..0000000
+++ /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.