summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* /dev/vn0b is supposed to be a block device, so don't test(1) whetherjoerg1996-11-031-2/+2
| | | | | | it's a plain file. Submitted by: brian@awfulhak.demon.co.uk (Brian Somers)
* Back out daemon.* addition, ssh port should be fixed insteadache1996-11-021-1/+1
|
* Add -z to CVSupflags, it iz safe because it is done by zlib,ache1996-11-012-4/+4
| | | | not by extra gzip child
* Update to use the recommended recovery procedure from nvi-1.76.peter1996-11-011-5/+36
| | | | | | This is a lot more robust and handles errors a lot better. It also cleans up stray, hopeless, or unmodified files rather than leaving them there forever.
* Fixed cualc and cualD minor numbers which I broke in the previous commit.bde1996-11-012-6/+6
|
* Add nvi-1.79 directoriespeter1996-11-011-1/+9
|
* Log daemon.* to /var/log/messages or very valuable daemons messagesache1996-10-311-1/+1
| | | | lost forever
* Correct the startup sequence for syslogd:joerg1996-10-281-2/+8
| | | | | | | | | . crate the symlink for /dev/log if required, then . remove the old socket (savecore might have already created it accidentally), then . start syslogd. (Btw., our test(1) misses an option to test for a socket.)
* Add rudimentry support for ifconfig'ing aliases at boot. Also allowpeter1996-10-272-3/+25
| | | | start_if.<if> to do all the work instead if so configured. With examples.
* Restored order of cuac above ttyc.bde1996-10-252-56/+60
| | | | | | | | | Fixed some style bugs for cua* and tty*. Removed superfluous chmod for consolectl. FIxed a tiny security bug for perfmon and changed the style for perfmon to match the style of the non-std devices.
* fixes:scrappy1996-10-241-2/+2
| | | | | | | | | | >Description: The sed script in /etc/rc.local that builds the host/kernel ID line for the message of the day relies on the year not going past 1999. When the year passes 1999, the ID line is malformed. Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>
* Fixes:scrappy1996-10-221-0/+224
| | | | | | | | | | | | | | | >Description: Applications that rely on getttyent and related calls will not find entries that are not listed in /etc/ttys. Screen and xterm (rxvt, color_xterm) will not be able to obtain unique utmp slots as a result. This isn't a critical problem but it will keep utilities such as 'finger', 'who' and 'w' from displaying the correct information. Closes PR#conf/1270 Submitted by: winter@jurai.net
* Add character device (78,0): pcise1996-10-222-4/+8
| | | | Submitted by: wollman
* Add hooks for rpc.ypxfrd in /etc/sysconfig and /etc/rc. Also changewpaul1996-10-212-5/+14
| | | | | a couple of benign cases of 'yppasswdd' to 'rpc.yppasswdd.' (Like rpc.yppasswdd, rpc.ypxfrd should only be run on NIS master servers.)
* Invoke weekly.local and monthly.local if they exist.alex1996-10-192-1/+13
| | | | Suggested by: jkh
* If /etc/daily.local is present, run it just before the security check.alex1996-10-191-0/+5
| | | | | | Closes PR#1822. Submitted by: John-Mark Gurney <jmg@nike.efn.org> (w/some changes)
* Add MM_CHARSET setting (MIME charset), it is good for tin, metamail, etc.ache1996-10-192-4/+12
| | | | | Add mesg y All things commented out
* Recent ppp changes broke make release. :-(pst1996-10-191-3/+4
|
* Clean up the example files by giving them a unified set of names (whichjkh1996-10-184-1/+139
| | | | | I don't like, finding them rather redundantly named, but I'm just going with the flow here).
* catch a mismatch after final review...pst1996-10-142-4/+12
|
* Expose the control mechanism for serial console boot so that the defaultpst1996-10-142-2/+40
| | | | | | | | | shipped with freebsd can be changed without modifying the Makefiles directly. Creates: BOOT_FORCE_COMCONSOLE BOOT_PROBE_KEYBOARD BOOT_PROBE_KEYBOARD_LOCK BOOT_COMCONSOLE (port value for console)
* Uncomment the "raw" lp entry in /etc/printcap. We start lpd byjoerg1996-10-132-3/+33
| | | | | | | | | | default, so there's no use in running it without any printer definition in printcap. Also added a bunch of hints about the printer setup, to guide the admin about the printer setup (handbook, "apsfilter"), and a commented-out sample setup for a remote printer. In the same line, add /var/spool/lpd/output to BSD.var.dist since it is referred to by the "lp" entry in printcap.
* Changed ttyc? and cuac? specifications to support multiple controllers.dg1996-10-132-36/+68
| | | | | A "MAKEDEV ttyc0" now creates 32 units for controller 0, ttyc1 for controller 1, etc..
* Whoops, update the comment field while we're at it. (I *hate* the linknate1996-10-121-2/+2
| | | | to freefall!)
* In the same manner that we log the ipfw entries, log the kernel lognate1996-10-121-1/+17
| | | | messages using the output of dmesg.
* Add a -p to the amd invocation, it's not optional since we are expectingpeter1996-10-081-2/+2
| | | | | the pid on stdout for /var/run/amd.pid. The example in sysconfig had forgotten -p anyway...
* Some tweaks after having run a YP-only system with quotas:peter1996-10-081-15/+19
| | | | | | | | | | | | | | | | - split the "starting network daemons" in half. - The first half starts things necessary to get full name service up. - The quota check etc moved from "before network" to after the name services are running. quotacheck does a while(p=getpwent()) which isn't real good without YP running... - moved rwhod a little later to put it with the other network stuff. - deferred inetd a tad so that it's after ldconfig and dev_mkdb, otherwise you get logins before you're ready. Unresolved: named is started before ypserv/ypbind still, but named does a while(s = getservent()) and while (p=getprotoent()) to suck in the entire database into memory. This means you cannot have a "+" in the /etc/services or /etc/protocols files or you get a long hang at boot.
* Use full path for cvsupache1996-10-052-4/+4
|
* Add CVSup block (commented out)ache1996-10-052-4/+30
|
* Better users listache1996-10-041-0/+8
|
* Add /usr/share/libg++ for libg++'s genclass prototype/template classpeter1996-10-031-1/+3
| | | | files to live. (These are not include files)
* Add /usr/include/g++/std for the libstdc++'s #include <std/foo.h>peter1996-10-031-1/+3
|
* In the brave new world, that that does not make us strong, kills us.pst1996-10-021-28/+38
| | | | | | Turn OFF the "small servers" by default. FreeBSD systems should only serve actively used programs. Jewels like chargen and echo are too useful in attack scenarios.
* Fix a possible syntax error in rc when swapfile isn't defined at all.imp1996-09-221-2/+2
| | | | | This can happen when the user is upgrading from an older version and his/her sysconfig file doesn't have swapfile defined to be NO in it.
* Remove SHARED_LIBCC_INT sample, it's gone and has been a do-nothing optionpeter1996-09-212-16/+2
| | | | since the cc1/cc1plus backends were linked static some time ago.
* Fixed order and whitespace of examples/cvs entries.bde1996-09-201-7/+7
|
* Add commented out example for bootpsphk1996-09-191-0/+1
|
* Cosmetic tweak.jkh1996-09-181-1/+1
| | | | Requested-By: John Robert LoVerso <loverso@osf.org>
* Add hylafaxpst1996-09-131-2/+3
|
* Add share/dict, following the lead of BSD.usr.dist.asami1996-09-121-1/+3
|
* Remove obsolete subdirs of usr/share/sgml/FreeBSD.jfieber1996-09-101-7/+1
|
* Remove sleep before moused, problem fixed with new consolectl deviceache1996-09-092-4/+4
|
* Fix for the problem that moused hangs if it is started from /etc/rcsos1996-09-092-6/+10
| | | | | Introduces the /dev/consolectl device for controlling various console related things (given syscons is used).
* Use real device for mousedport, because /dev/mouse usually linkedache1996-09-091-2/+3
| | | | | with /dev/sysmouse when moused is active Add comment about this fact
* Use the same perm/owner for sysmouse as for others mouse devicesache1996-09-092-4/+4
|
* Make sysmouse device for sysconsache1996-09-082-4/+18
|
* Add missing share/groff_font/devlj4jfieber1996-09-081-1/+3
|
* Add usr/share/sgml/transpecjfieber1996-09-081-1/+3
|
* Use /dev/mouse for default moused portache1996-09-071-3/+4
| | | | | Add comment explanation how to turn mouse support on particular screen (vidcontrol -m on)
* Make moused actually work:ache1996-09-072-4/+4
| | | | | add sleep 20 before moused starts. It allows all getties to activate screens.
OpenPOWER on IntegriCloud