freebsd-dev/etc
Geoff Rehmet 12365022c0 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.
1994-09-03 22:47:08 +00:00
..
config Added more options and flags files per suggestions from -hackers. 1993-11-12 03:46:15 +00:00
defaults Add commented out STARTUP_LOCALE with explanation 1994-06-16 17:13:53 +00:00
etc.i386 Make it possible to run lptcontrol on a printer port which does not 1994-09-03 22:47:08 +00:00
kerberosIV Sample configuration files for Kerberos. (Not restricted.) 1994-02-27 21:17:55 +00:00
mail Removed all Berkeley aliases information since it is way out of date. 1993-07-19 19:09:14 +00:00
mtree Added /etc/gnats directory to BSD.root.dist mtree template. 1994-08-29 01:35:53 +00:00
namedb Commented out sortlist entry; most users aren't located at UCB and so 1993-11-07 00:58:34 +00:00
rc.d Now rc.serial used for initial setup of serial lines 1994-06-04 00:44:00 +00:00
root Since we're using syscons now, make ^H the backspace character by 1994-06-15 22:58:49 +00:00
aliases Removed all Berkeley aliases information since it is way out of date. 1993-07-19 19:09:14 +00:00
crontab As a result of the distribution crontab, /usr/libexec/atrun was being run 1994-04-15 16:57:38 +00:00
csh.cshrc Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
csh.login Example of locale setup corrected 1994-09-03 14:03:10 +00:00
csh.logout Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
daily Turn on purging of accounting records in /etc/daily. 1994-05-19 12:34:48 +00:00
disktab Correction so old alias floppy and floppy5 work. 1994-02-20 10:43:02 +00:00
dm.conf Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
fbtab Add sample (empty) fbtab file. Anyone is welcome to add additional 1994-08-22 20:00:39 +00:00
ftpusers Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
gettytab Add 'ht' to PC Console (has hardware tabs) 1994-02-06 09:50:56 +00:00
group Intruduce new group for uucp, gid 66 1994-05-31 04:36:30 +00:00
host.conf Added comment about how to enable NIS hostname resolution. 1993-11-07 01:02:57 +00:00
hosts Fixed spelling errors. 1994-06-24 23:50:16 +00:00
hosts.equiv Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
hosts.lpd Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
inetd.conf Added comment about registerd and kpasswdd not working in 1.x. 1994-06-13 22:41:04 +00:00
login.access 1) Added s/key support . 1994-05-19 18:13:11 +00:00
make.conf Add commented out STARTUP_LOCALE with explanation 1994-06-16 17:13:53 +00:00
MAKEDEV Make it possible to run lptcontrol on a printer port which does not 1994-09-03 22:47:08 +00:00
MAKEDEV.local Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
Makefile Oh GACK! src-clean doesn't quite work that easily since cleandist rebuilds the 1994-06-29 21:19:38 +00:00
man.conf Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
manpath.config Add manpath.config to the default list of things installed in /etc 1994-05-17 13:03:36 +00:00
master.passwd Intruduce new group for uucp, gid 66 1994-05-31 04:36:30 +00:00
minfree Add the installation of /var/crash/minfree with a value of 2048 so that 1994-05-19 12:29:29 +00:00
monthly Reenabled rotation of log files and killing of syslogd now that the 1993-08-31 16:29:05 +00:00
motd Changed banner from 386BSD to FreeBSD 1993-07-19 19:12:33 +00:00
myname New file for netstart, should contain the hosts hostname. 1993-07-19 19:08:31 +00:00
netstart Add entry for the new PCMCIA ethernet adapter code (ze0). 1994-06-17 19:29:05 +00:00
networks Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
passwd Due to broken pwd_mkdb always wanting to do it's work in /etc I have 1993-08-11 13:23:23 +00:00
phones Remove note about having to remove comments for this file to work, since 1994-01-24 00:39:01 +00:00
printcap lp device was setup and enabled, changed it to be commented out. This caused 1993-07-19 18:58:09 +00:00
protocols Added a whole bunch of common protocols and ports from the latest edition of 1993-11-07 00:31:23 +00:00
rc 1) adapted to a world without "fastboot" and "fasthalt". 1994-08-21 04:28:44 +00:00
rc.local Do uname -rs instead of uname -a when generating /etc/motd. 1994-08-31 05:31:42 +00:00
rc.serial Now rc.serial used for initial setup of serial lines 1994-06-04 00:44:00 +00:00
remote Remove more references to the U word. 1994-02-04 02:23:06 +00:00
rpc Fixed missing newline at end of file. 1993-09-14 00:54:19 +00:00
security From: rich@lamprey.UTMB.EDU (Rich Murphey) 1994-01-22 10:54:13 +00:00
services Fixed comments. 1994-03-02 17:58:29 +00:00
shells Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
skey.access 1) Added s/key support . 1994-05-19 18:13:11 +00:00
syslog.conf This is Vixie cron 3.0. This version fixes all known security bugs. 1994-01-22 20:44:14 +00:00
termcap.small My last few changes to the release code plus a small termcap file 1994-06-24 14:27:25 +00:00
ttys Only comment added to console entry: 1994-06-16 12:34:53 +00:00
weekly Add rotattion of cron log to weekly. 1994-08-11 17:23:29 +00:00