summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Add ppp.shells.sample and ppp.deny to Makefile so they actually appeardanny1997-08-131-2/+2
| | | | | | in a release. Reminded by: Satoshi and DavidG
* Make distribute target work again in the wake of the cron.d changes.jkh1997-08-131-2/+4
| | | | | Note: I don't like the way these files are being copied but every other method seemed gross too.
* Make the cutover to periodic and cron.d as discussed to death on committerspst1997-08-134-275/+6
| | | | for the past week.
* Add local_cron in the spirit of local_startuppst1997-08-131-1/+2
|
* ARP_PROXY_ALL -> ARP_PROXYALLsteve1997-08-131-2/+2
| | | | | PR: kern/4181 Submitted by: Johan Larsson <johan@moon.campus.luth.se>
* line continuationadam1997-08-121-2/+2
|
* Activate make distribute and pray I didn't break release building.pst1997-08-127-2/+61
|
* Fix typo (Eudroa -> Eudora)eivind1997-08-121-2/+2
| | | | PR: 4214
* Add entries for cron.d and friendspst1997-08-121-1/+9
|
* This commit was generated by cvs2svn to compensate for changes in r28114,pst1997-08-1229-0/+443
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import of the replacements for /etc/{daily, weekly, monthly}.pst1997-08-1229-0/+443
| | | | | | Please note: I'm not activating this until I successfully get the changes back into my local CVS repository to do one final check. Early adopters are welcome to send comments.
* Add libdata/doscmdache1997-08-121-1/+3
|
* Make "make-localhost" Y2K safe by using "date +%Y" instead of "date +%y"fenner1997-08-111-1/+1
| | | | | | | to pick the serial number. PR: misc/3465 Submitted by: sjr1@flash.net (Stephen J. Roznowski)
* Add aliases for hostmaster, webmaster & abuse, all point to root.phk1997-08-092-2/+12
|
* 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)
OpenPOWER on IntegriCloud