summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
...
* Cleanup old kernel database files in /var/db.mpp1995-07-171-0/+6
|
* [I cvs admin -o the last one of these you saw, it was commited onrgrimes1995-07-132-6/+6
| | | | | | | | | the wrong branch :-(] Eliminate incorrect double negative logic Bruce has been gripping about for a year now. Change = no_way to = true. Submitted by: bde (sort of, patch by me :-))
* Remove CCFPU, it is no longer used any place in the source tree.rgrimes1995-07-132-16/+2
| | | | Submitted by: Thomas Graichen <graichen@sirius.physik.fu-berlin.de>
* Correct my last fix regarding the "Don't login..." message; plain cshjoerg1995-07-081-3/+8
| | | | | | is too stupid to report anything about ARGV[0], so we will always complain there, even for the "su -" case. The fix worked for tcsh however.
* Fix a small bug in sysconfig introduced with 1.16. dumpdev needs apeter1995-07-051-3/+3
| | | | | definition, otherwise /etc/rc generates error messages while running "dumpon" Reviewed by: bde
* dot.login:joerg1995-06-292-5/+8
| | | | | | | | | | | | | | | Finally transform the "Don't login as root..." message to make it clear that `su' is meant to be a command. Will save us a lot of questions about the user named `su'. Make the message magically disappear if the user did an ``su - root'', since it might be a bit silly to ask him to perform an `su'... dot.cshrc: Remove the no-op `-g' options from the ls aliases, and replace them by `-o'. This way, if root does an `ls -l', he will see the immutable flag and (hopefully) not be too surprised about the "Permission denied".
* Change "sysctl -nw" to "sysctl -w" to make the output more informative.asami1995-06-251-3/+3
| | | | Reviewed by: rgrimes
* Update a comment to match the 1993/12/03 change to `np' and fix somebde1995-06-251-5/+4
| | | | punctuation.
* Optionally set the dump device.bde1995-06-252-2/+13
|
* Rename ISO8859-1 to ISO_8859-1 per RFC1700ache1995-06-173-4/+4
|
* Rename ISO8859-1 to ISO_8859-1 per RFC1700ache1995-06-171-3/+3
|
* Rename *.ISO8859-1 to *.ISO_8859-1 per RFC1700ache1995-06-172-47/+47
|
* Create share/nls/* for local-installed message catalog pgmsache1995-06-171-1/+55
|
* Create missing nls/Cache1995-06-171-1/+3
|
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* Eliminate two Subject: from *ly output, call sendmail root directlyache1995-05-271-4/+4
|
* Use -b for diff, ls produce different number of spacesache1995-05-271-2/+2
|
* Use proper PATH in front of monthlyache1995-05-272-2/+3
| | | | Eliminate Subject duplication for insecure output
* Reviewed by: sosrgrimes1995-05-262-20/+28
| | | | | | | | | | | | Submitted by: bde rc.i386 failed messily when I used a serial console. Editors note: Use file redirection so that all the kbdcontrol and vidcontrol commands act upon /dev/ttyv0 instead of stdin. Though this feature is not documented it is the intended behavior of {vid,kbd}control and shall be documented in the future as such.
* Add tun0 to the all rule.jkh1995-05-182-2/+4
|
* nogroup 32766 -> 65533 to go with nobody's change to 65534.rgrimes1995-05-171-1/+1
|
* Regenerate these using mtree -cdinx -kuname,gname,mode on a very recentlyrgrimes1995-05-175-257/+346
| | | | | | | built release after fixing all the wrong directory permissions in that release. Then use diff -c -b to verify them against the old versions, nothing but new directories added :-). And a lot of alphabetizing done!
* Reviewed by: bde, jkhrgrimes1995-05-172-19/+27
| | | | | | | | | | | | | | | | | | | | Add comment that you should not have to edit netstart, and if you do we would like to know about it. The lo0 interface is now handled just like any other interface, This makes it possible to do things to it from sysconfig. Redo the comments in sysconfig about network_interfaces and ifconfig_${X} to reflect the moving of lo0 to this scheme. We now have an uncommented variable for sysintall to find and play with. (Your welcome Jordan) Redo the way static routes are handled. Basically use the same scheme for routes that I did for network interfaces. This allows any number of static routes to be added from sysconfig. Make sure we do the default route first so we stand a chance of getting to our DNS server (if we have one) to resolve our own IP address from $hostname.
* The ``mount -a -t nfs'' should never have been backgrounded. If yourgrimes1995-05-151-2/+2
| | | | | | | | have non-critical nfs volumes in /etc/fstab they should have option bg on them. The behavior of the system is more tuneable this way, and allows a slow mounting /usr over nfs to work. Submitted by: bde
* change nobody master.passwd entry to 65534:65534ache1995-05-152-3/+3
| | | | | change nobody group entry to 65534 Suggested-by: pst
* Change xten shell from /dev/null to /nonexistant, adduserache1995-05-151-2/+2
| | | | | | complaints instead. Change nobody user group from non existent in /etc/group (9999) to existent nobody (39).
* Remove all /dev/'s from device names, they should all be relativergrimes1995-05-152-48/+48
| | | | | | | to /dev. Putting absolute paths in here breaks the make release process, and screws up testing of this script in other directories. Submitted by: bde
* Fixed incompleteness that would allow dirty filesystems to get mounteddg1995-05-151-1/+10
| | | | | | | | | when the single user shell was terminated. These changes disallow mounting or R/W upgrading filesystems that are dirty unless "-f" (force) option is used with mount. /etc/rc has been modified to abort the startup if one or more non-nfs partitions fail to mount. Reviewed by: Poul-Henning Kamp, Rod Grimes
* Clean up the matcd entry so it deletes the *matcdl* entries before tryinggpalmer1995-05-152-4/+4
| | | | | | to create new ones. Reviewed by: davidg, rgrimes
* Remove XXX comment that I had moved to netstart and forgot to remove fromrgrimes1995-05-131-2/+1
| | | | here.
* Change ln -sf to rm -f and ln -s, first one work incorrectlyache1995-05-131-2/+3
| | | | for directories when called second time
* Add "include".asami1995-05-131-1/+3
|
* Document the fact that almost all the user configuration stuff is nowjkh1995-05-112-2/+10
| | | | in /etc/sysconfig, per Luigi's suggestion.
* The lites web page has moved.jkh1995-05-112-4/+4
| | | | Submitted by: rich
* Reviewed by: wollmanrgrimes1995-05-112-2/+20
| | | | Add a knob to make it easy to turn off RFC 1323 and RFC 1644 options.
* Lower-case the name of the DES directory. Yes, it's an acronym, but DOSjkh1995-05-111-2/+2
| | | | | | is still dOs. Jordan
* New directory for sgml tools: /usr/share/sgmljfieber1995-05-091-1/+11
| | | | Reviewed by: rgrimes
* secure -> DESjkh1995-05-091-2/+2
|
* Change 'rc' entries from 'r' to 'm', conflict with ptysache1995-05-072-18/+22
|
* ttyq[0-9a-f] -> ttyp[g-v]asami1995-05-051-16/+16
|
* Make scsi control devices such as "/dev/rsd0.ctl".dufault1995-05-032-10/+92
|
* Use the correct offset for LabPC digital devices.dufault1995-05-012-4/+8
|
* Add yet one popular russian code tableache1995-04-301-1/+3
|
* As a public service (and because I'd like to see more LITES people chosejkh1995-04-302-2/+20
| | | | | | FreeBSD), add mach-4 target to MAKEDEV; it creates various compatability devices for Mach4. Submitted by: (Submitter name unknown) <root@ns2.redline.ru>
* Remove chmod of pcaudio* to 666. Not everyone should be allowed tobde1995-04-282-32/+16
| | | | | | | play the speaker and consume 10-100% of the available cycles. Remove chmods of sound devices to 666. Use chmod to give the same security holes.
* Add cyclades serial devices cuac*, cuaic*, cualc*, ttyc*, ttyic* and ttylc*.bde1995-04-282-2/+46
|
* Add National Instruments "LabPC" driverdufault1995-04-282-2/+106
|
* Reviewed by: Gene Stark (starkhome!gene@sbstark.cs.sunysb.edu)bde1995-04-262-4/+4
| | | | | Change ownership of tw* from bin.bin to root.operator. Hardware devices shouldn't be accessible to bin.
* Add $defaultdomainname to sysconfig and use it in netstart to set thergrimes1995-04-242-6/+10
| | | | | | domainname. This eliminates /etc/defaultdomain. Correct tickadj, it should have been tickadjflags.
* Document COPTFLAGS in addition to CFLAGS.jkh1995-04-232-2/+8
|
OpenPOWER on IntegriCloud