summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate warning message and add big warnings about security holespst1996-05-221-3/+4
|
* Remove obsoleted comment about adjkerntzache1996-05-191-5/+1
|
* Fixed *annoying* error with the weekly files. Do you get these whenvernate1996-05-181-3/+3
| | | | | | | | | | | | | | | | | | | | | /etc/weekly is run? Rebuilding locate database: stty: stdin isn't a terminal TERM: Undefined variable. 'su' apparently runs in root's environment before doing a seteuid(), so it reads root's .cshrc. The problem lies in the fact that $prompt is *always* set by the time the command is executed, so you can't protect your interactive commands from the non-interactive commands by the normal: if ($?prompt) then # interactive stuff here endif Set the -f flag (su -fm) which causes it not to read root's .cshrc file, since there should be no reason to do so for these scripts since /etc/crontab sets up all of the necessary environment.
* freefall's new sendmail.cf file.jkh1996-05-171-2/+2
| | | | Submitted by: gpalmer
* catman -> catman.localwosch1996-05-131-2/+2
| | | | | This is currently a no-op, because a wisely man did not enable catman by default (in comments).
* Neaten up some of the comments in here.jkh1996-05-131-1/+4
|
* makewhatis -> makewhatis.localwosch1996-05-121-2/+2
|
* Add russian calendar directoryache1996-05-101-1/+3
|
* Nuke the nasty cleaning of /var/run after netstart starts - it nukesjkh1996-05-081-2/+2
| | | | gated's pid file, for one thing, and is just generally BAD.
* Add /usr/libdata/stallion for holding the download firmware images.peter1996-05-041-1/+3
| | | | | | These binary files most definately do not come under /usr/share's "architecture independent text files" rule... even though these same images would be used on other processors with pci architectures.
* Bring in ccd support.asami1996-05-032-2/+56
| | | | Entry to create ccd devices.
* Bring in ccd support.asami1996-05-031-1/+7
| | | | | | Call ccdconfig before swapon if /etc/ccd.conf exists. Obtained from: NetBSD
* Add wcd0 to `all' target. The fate of the IDE CDROM support in 2.2jkh1996-05-022-4/+4
| | | | is becoming clearer.. :-)
* Highly cosmetic tweaks.jkh1996-04-301-2/+3
|
* Make the invocation of fortune conditionaljkh1996-04-301-1/+1
|
* Make default /etc/motd (which I will include in the installation) a littlejkh1996-04-271-0/+5
| | | | | more helpful and explanatory to new users. Experienced users always blow away their default motd's on the first day anyway. :-)
* Remove the comments that suggest people not turnmpp1996-04-261-5/+3
| | | | | | on accounting and quotas because they don't work. They seem to work just fine, and the comments generate too many questions.
* Fix reverse logic bug which caused the ethernet configuration to never work.nate1996-04-241-1/+1
|
* Add /usr/libexec/sm.bin for smrsh(8)pst1996-04-211-1/+3
|
* Take out quotes around MOTIFLIB. Clarify comments a bit, most usersasami1996-04-212-10/+14
| | | | | | don't have to touch neither X11BASE nor MOTIFLIB. Reported by: kmitch@phantasma.bevc.blacksburg.va.us
* Exclude devices. Character ones modes changes often and proper namesache1996-04-191-9/+4
| | | | guessing involves too much AI.
* Use -X to be xargs-friendlyache1996-04-181-3/+11
| | | | | | Check devices too, follow original BSD intention Find only executable files with s-bits, close PR bin/1022 Reset locale to C to have equal results in any case
* Back out my MOTIF_STATIC change, it is unnecessaryache1996-04-162-12/+4
|
* Document MOTIF_STATICache1996-04-132-6/+14
|
* Update the Entropy-Gatherer to reflect a better setup - do notmarkm1996-04-121-6/+12
| | | | | | use IRQ1, as the keyboard hook already gets this timing info. Also some slight improvements to the comments.
* Add commented-out definitions of HAVE_MOTIF and MOTIFLIB.asami1996-04-122-2/+22
|
* Add another good book to the required reading.phk1996-04-121-3/+11
| | | | | | | make a couple of rules more sensible. Reviewed by: phk Submitted by: jmb
* Add phone (1167/udp).asami1996-04-091-1/+2
|
* Add rplay.joerg1996-04-071-1/+2
| | | | Submitted by: Andreas Klemm <andreas@knobel.gun.de>
* Use the correct syntax for checking if /etc/rc.firewall exists.mpp1996-04-061-2/+2
|
* Mention the `amd' program version number. The amq(8) man pagejoerg1996-04-041-0/+1
| | | | mentions it as being Sun registered,.
* Add skeleton firewall setup(s). Comments very welcome.phk1996-04-034-4/+146
|
* Add /usr/share/examples/perfmon.wollman1996-03-281-1/+3
|
* Provide for creation of /dev/perfmon.wollman1996-03-262-4/+14
|
* Added creation of /usr/libdata and /usr/libdata/lintpaul1996-03-241-1/+5
|
* Install rc.pccard to get PC-CARD support (when available).nate1996-03-221-2/+2
|
* refer to RFC1918 for private networks, instead of obsoleted RFC1597adam1996-03-201-2/+2
|
* Fix Nate's spamming of this file - every backquote needs a matching one.. :-)jkh1996-03-192-4/+4
|
* Added some comments regarding the apm device, and added support tonate1996-03-182-10/+38
| | | | | | | | create the PC-CARD devices. Note: The APM character special device is named /dev/apm and not apm0 as was prvioiusly since only one APM device can exist in a system at a time according to the the APM specifications.
* Synchronize relevant changes from the most recent PC-CARD release.nate1996-03-182-42/+56
|
* Fix the pccard install.phk1996-03-171-3/+3
|
* Hack-and-slash out the old 1.1.* stuff.markm1996-03-171-344/+1
| | | | | Later commits will bring in 4.4-Lite and 4.4-lite2 stuff. Reviewed by: bruce, rgrimes
* Renamed the relevant PC-Card support files to reflect the newest release.nate1996-03-144-7/+27
|
* PC-CARD hooks. Someday it will actually enable working code. :)nate1996-03-127-29/+599
| | | | | | | | Reviewed by: phk Submitted by: Tatsumi Hosokawa <hosokawa@mt.cs.keio.ac.jp> & BSD Nomads I re-wrote alot of this, but the ideas are based on the code from the most recent pccard-snapshot.
* Move "dialer" to gid == 68.phk1996-03-121-1/+1
|
* Move user & group "xten" from [ug]id == 100 to 67.phk1996-03-122-2/+2
| | | | This is less likely to collide with site policies.
* Remove ingres user.phk1996-03-122-2/+0
|
* Add "ppp 3000/tcp" for Use-level PPP in daemon mode (-auto)ache1996-03-081-1/+2
|
* Fix several places where interface netmask was in place of route netmaskache1996-03-082-8/+14
| | | | | Fix dialout device name Add multi-phone example
* Add NOPORTDOCS, similar to NOMANCOMPRESS. It prohibits additionalasami1996-03-062-2/+14
| | | | | | port documentation (which can be things like postscript manuals describing every single of the 65,536 options) from being installed into ${PREFIX}/share/doc.
OpenPOWER on IntegriCloud