summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Reference the correct distribution when mentioning the FAQ and handbook.msmith1997-08-041-1/+1
|
* Add /etc/rc.shutdown capability to init.davidn1997-08-022-2/+28
| | | | | Add sample /etc/rc.shutdown (which is just a shell for now). Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>
* Move tcl packages to libdata/pkgphk1997-08-012-5/+5
|
* Remove the annoying "cmp: EOF" message whenbrian1997-08-011-2/+2
| | | | dmesg changes.
* Change /var/run owner to root - sendmail can't write sendmail.pidache1997-07-291-2/+2
| | | | otherwise due to safeopen
* A couple of new directories needed for tcl8.0b2phk1997-07-252-2/+8
|
* Remove SGML related directories.jfieber1997-07-191-19/+1
|
* Add BSD.x11.dist to list of files to copy to /etc/mtree. Sorry if thisasami1997-07-181-2/+3
| | | | | | | breaks "make release", Jordan! PR: 4110 Not reviewed by: jkh
* Back out ld.so.conf change until the question is resolved.jkh1997-07-131-13/+7
|
* Fix typoguido1997-07-111-2/+2
|
* Use /etc/ld.so.conf as a library path override, if it exists.jkh1997-07-111-7/+13
| | | | Submitted by: Hans Zuidam <hans@brandinnovators.com>
* Update description of rand_args to not suggest "-s"..peter1997-07-061-2/+2
| | | | Pointed out by: bde
* fix rndcontrol invocation.. rndcontrol has the irq after a -s switch, notpeter1997-07-062-4/+4
| | | | | | | just the next argument. We really need to be able to tag drivers with their randomness "suitability" so that this can be more automatic. It would be nice if all suitable drivers registered their irq automatically, but still allowed them to be turned on/off etc.
* Merge from 2.2 (tcp extensions in phase 1)pst1997-07-067-42/+49
|
* netstart should really only do phase 1 bringup, not start all the daemonspst1997-07-051-3/+1
|
* netstart wasn't getting installedpst1997-07-051-2/+2
|
* Add entries for tooltalkjkh1997-07-051-0/+2
|
* Add "nfsv2" to the default mount options. It can be removed when V3jdp1997-07-041-1/+1
| | | | stops causing unkillable hung processes.
* sysconfig -> rc.confjkh1997-06-301-3/+3
| | | | | PR: 3978 Submitted by: Janick.Taillandier@ratp.fr
* Delete old comment about /bin/mail. We don't have a /bin/mail.wosch1997-06-292-10/+60
| | | | | | | | | | | Sync with /etc/master.passwd and RFC 2142. In detail: added: man, news, operator, usenet (->news), xten deleted: ingres added as comment: info, marketing, sales, support, abuse, noc, security, ftp, hostmaster, webmaster, www, bit-bucket, dev-null
* add cvspserver (officially registered at 2401)peter1997-06-281-1/+3
|
* Comment out rc.conf picking by defaultache1997-06-251-4/+4
|
* Add . /etc/rc.conf to pick variablesache1997-06-251-1/+6
|
* Execute rc.local in a subshell instead of sourcing it.pst1997-06-251-2/+2
| | | | Requested by: dima
* Fix krb5_prop entry.dima1997-06-251-3/+2
| | | | Pointed-by: Bill Fenner
* Add krb5_prop service (kerberos v5 prop).dima1997-06-251-1/+2
| | | | It's on the same port as for v4 but requires different name.
* sh /etc/rc.local -> . /etc/rc.localdima1997-06-251-2/+2
|
* Add missing '.'dima1997-06-241-10/+10
|
* Add cron_enable and inetd_enable flags to rc.conf.pst1997-06-182-5/+12
| | | | | WARNING: don't update rc and forget to update rc.conf, or you won't be able to telnet back into your box after a reboot.
* Add ppp.logache1997-06-101-0/+2
|
* Fix ppp log nameache1997-06-101-2/+2
|
* Not kill ppp now, it uses syslogache1997-06-101-2/+2
|
* Use "set log", not "set debug".brian1997-06-105-21/+24
| | | | Grammar police.
* Add new directories according to jmz's XFree86-3.3 upgrade. Changeasami1997-06-103-15/+51
| | | | | ownership of directories to root:wheel. While I'm here, convert some tabs to spaces.
* Updated serial console options.bde1997-06-092-30/+12
|
* Back out symlinks/directories removing until solution will be foundache1997-06-041-0/+38
| | | | | since they are really directories in the release (for unknown reason for me)
* Remove directories belongs to /usr/src to stop mtree to modify /usr/srcache1997-06-041-39/+1
| | | | | | | | | permissions. Having them here is wrong from several other poins too: they are never be a directories (simlinks only), so why give a chance to mtree to make them as directories? Since they never be a directories, permissions of them will never be modified by old mtree too.
* Remove /var/run/* now instead of *.pidache1997-06-041-3/+3
|
* Restore /var/run/*.pid cleaning, gated already moved off the wayache1997-06-041-0/+1
| | | | and innd store its .pid inside its own directories
* Make local "root:wheel" so it will be consistent with BSD.local.distasami1997-06-041-2/+2
| | | | Reviewed by: bde
* Remove /usr/local meddling.asami1997-06-041-16/+1
| | | | Approved by: jkh
* New mtree file for /usr/X11R6.asami1997-06-042-0/+536
| | | | Approved (a long time ago) by: David Dawes
* Back out /var/run/*.pid cleaning since some programms (like innd)ache1997-06-021-2/+1
| | | | use .pid to detect crash
* Correct the way IRQs are passed to rndcontrol. If there are more thanmarkm1997-06-023-6/+6
| | | | | | one IRQ being used, the -s options must be specified for each of them. In this case rc.conf would only allow 1, as the -s was coded into rc.i386.
* timed_enabled -> timed_enablejkh1997-06-021-2/+2
| | | | Submitted by: "James D. Stewart" <jds@c4systm.com>
* Add rm -f /var/run/*.pid to prevent random process killing due toache1997-06-011-1/+2
| | | | picking old .pid file
* YAMF22jkh1997-05-272-4/+4
|
* Make firewall comment a little more explanatory.jkh1997-05-241-2/+2
|
* Allow local configuration to override this file.jkh1997-05-241-1/+8
| | | | Submitted by: Russell Vincent <rv@groa.uct.ac.za>
* Fix "daemon" class, Apache not works from /etc/rc otherwise.ache1997-05-231-6/+6
| | | | | | Among bumping several limits, most interesting thing is that Apache requires than "filesize=64M" restriction must be removed. I think it is due to mmap() usage in apache, but I am not shure.
OpenPOWER on IntegriCloud