summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* /usr/share/sgml/ISO for ISO entity definitions.jfieber1996-09-051-1/+3
|
* don't ask for confirmationadam1996-09-051-2/+2
|
* BSD.usr.dist:bde1996-09-031-1/+5
| | | | | | | | | | | | | | | | | | | | | Added forgotten share/doc/psd/05.sysman and share/zoneinfo/America/Indiana. bsd.doc.mk: Nuked mkdir -p and wrong fixups of the leaf directory's ownerships and permissions. The doc tree should be well enough established for this to be safe. Installs to directories should use a trailing slash on the directory name so installs to non-drectories are fatal, but I didn't start changing them. bsd.man.mk: Nuked mkdir -p and wrong fixups of the leaf directory's ownerships and permissions. They were overkill to create just /usr/share/info. zoneinfo/Makefile: No changes yet. zic creates directories with ordinary 755 permissions. Why do we use 555 permissions for directories in /usr/share/zoninfo. Why not for zoneinfo itself? /proc and /dev/fd are the only other directories in the system with 555 permissions.
* Add support for shlibs in /usr/lib/compat that the linker will not findphk1996-09-022-2/+5
| | | | at compile time, but ldd will at runtime.
* Move daemon from group 31 to group 1ache1996-09-011-1/+1
| | | | | One of the reasons: rwhod not work, because it got 1,31 instead of 1,1 on setuid(1) and require group 1 for directory access
* add forgotten share/doc/smm/10.namedwosch1996-08-311-1/+3
|
* Add new include directories tcl, tcl/unix, and tcl/generic.chuckr1996-08-291-1/+7
| | | | Reviewed by: Peter Wemm
* Fix buffer overrun, and run as nobodypst1996-08-251-2/+2
|
* Add zephyrpst1996-08-221-1/+4
|
* Add skkserv (1178/tcp) and sj3 (3086/tcp). They are both Japaneseasami1996-08-221-1/+3
| | | | kanji input servers.
* Add a new "swapfile" variable so that you can add a file as a additionaljkh1996-08-212-2/+12
| | | | swap as the system is coming up.
* Add cvsup directory to share/examplesjkh1996-08-211-1/+3
| | | | Reminded-By: ache
* space typo, the shell don't like name=<space>valuewosch1996-08-191-2/+2
|
* ``make install'' should not install the symlink /usr/sbin/rmt -> /etc/rmtwosch1996-08-181-1/+2
| | | | | | Only ``make distribution'' in src/etc/Makefile overrides things in /etc Pointed out by: joerg
* make install should not install any file in /etc.wosch1996-08-171-2/+8
|
* Put on my flame-proof suit and attempt to make the /etc/motd bannerpeter1996-08-171-4/+2
| | | | | | | editor safer. The old one was too deadly, if the blank line after the "FreeBSD" version banner was missing, it would delete from the beginning of the file up until the next blank line, possibly to the end of file. This was not good.
* Remove root dotfiles which did more harm than good.jkh1996-08-145-571/+32
|
* Add missing netatalk, netipx and netkey directories.peter1996-08-111-1/+7
|
* disable `calendar -a'. it's a bad idea, particularwosch1996-08-071-3/+10
| | | | | | | with networked home directories submitted by: "Boyd R. Faulkner" <faulkner@asgard.bga.com> and GAWollman (long time ago)
* Move intermediary file generation to /var partitionpst1996-07-311-2/+2
|
* Edit this for consistency's sake (though it's syntactically identical).jkh1996-07-301-2/+2
| | | | Noticed-By: "William A. Gill" <bill@duchess.wagill.com>
* Move things up a bit to make startup prettypst1996-07-181-10/+10
|
* Start sendmail after ldconfig. Put the nail in the coffin on misc/1346.pst1996-07-131-9/+9
| | | | Submitted by: Hiroharu Tamaru <tamaru@ap.t.u-tokyo.ac.jp>
* Merge.jkh1996-07-131-2/+2
|
* create missing /usr/share/examples/removeuserwosch1996-07-121-1/+3
| | | | Submitted by: Ollivier ROBERT roberto@keltia.freenix.fr
OpenPOWER on IntegriCloud