From: schwarze Date: Fri, 16 Oct 2015 15:54:55 +0000 (+0000) Subject: The hosts.lpd examples file does not contain a single example. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e024fcb2a9496f0c97938a9f64061dca71632a0b;p=openbsd The hosts.lpd examples file does not contain a single example. 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@ --- diff --git a/etc/Makefile b/etc/Makefile index af62d0a2723..f4d74dfa672 100644 --- a/etc/Makefile +++ b/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/etc/examples/hosts.lpd b/etc/examples/hosts.lpd deleted file mode 100644 index 177726cb0bc..00000000000 --- a/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.