From 7b6e72a847a7d44c2c26046d7b7b45ffb24d6bac Mon Sep 17 00:00:00 2001 From: csgr Date: Sat, 3 Sep 1994 22:47:08 +0000 Subject: Make it possible to run lptcontrol on a printer port which does not actually have a printer connected or online: - MAKEDEV: remove all signs of lpa add lpctl? devices (minor # = unit + 128) - usr.sbin/Makefile add lptcontrol - sys/i386/isa/lpt.c implement the LP_BYPASS flag: when a unit is opened with this flag set, the printer is not primed, and no check is made to see that the printer is online. This can only be used to pass ioctls. (giving us /dev/lpctl?) - lptcontrol.c use /dev/lpctl? (LP_BYPASS) -f flag removed, -u flag added - lptcontrol.8 document changes in lptcontrol rewrite using mandoc macros Submitted by: Geoff. --- usr.sbin/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/Makefile') diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 0a9704f..7c0c5d5 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -4,7 +4,8 @@ # XXX MISSING SOURCES: ac quot # XXX TEMP. BROKEN: iostat xntpd SUBDIR= accton amd arp chown chroot cron dbsym dev_mkdb diskpart \ - edquota inetd kbdcontrol kgmon kvm_mkdb lpr mtree portmap pstat \ + edquota inetd kbdcontrol kgmon kvm_mkdb lpr lptcontrol \ + mtree portmap pstat \ pwd_mkdb quotaon repquota routed rmt rtprio rwhod sendmail \ sliplogin sysctl syslogd tcpdump traceroute trpt vidcontrol \ vipw ypbind yppoll ypset -- cgit v1.1