summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Add /tftpboot as an argument to the commented-out example for tftp, sojoerg1995-12-231-1/+1
| | | | | people don't compromise their system by blindly un-commenting the entry.
* Add:jkh1995-12-171-1/+3
| | | | | | radius 1645/udp radiusd radacct 1646/udp Submitted by: Jaye Mathisen <mrcpu@cdsnet.net>
* Add man9 to trees.phk1995-12-142-2/+8
|
* Change freefall's default mailer from smtp to smtp8 to try and avoidpeter1995-12-131-1/+2
| | | | the 8 to 7 bit conversion..
* Update usr/share/examples layout to match current reality..peter1995-12-111-3/+5
|
* Add "examples", "contrib" and "pcl-cvs" directories belowpeter1995-12-101-1/+7
| | | | share/examples/cvs in preperation for cvs-1.6.3 import.
* Use absolute path for sendmail daemon or sendmail can't findache1995-12-091-2/+2
| | | | itself on SIGHUP.
* Specify Timeout.queuewarn.normal at 1day as well as Timeout.queuewarn.peter1995-12-071-1/+2
| | | | | For some reason, the documentation does not appear to be in sync with reality.. :-)
* Whitespace change - cosmetic alignment only.peter1995-12-041-3/+3
|
* Add in Gary's custom Received: line into the freefall.mcpeter1995-12-041-1/+4
|
* Add "majordom" to trusted user class for freefall's sendmail.mc file.peter1995-12-041-1/+2
| | | | | | | Sigh, I really hate this "feature". I'm tempted to comment the test out (like in sendmail 8.6.xx), especially since we log the info in the Received: header line anyway.. Doing it like this only makes it painful for things like uucp..
* Move the creation of the *random devices to the same "target" as themarkm1995-12-032-26/+10
| | | | | | | | rest of the memory group - std. Also correct the permissions so as not to force a security hole. If /dev/*random have the permission 640 and ownership bin.kmem, it forces applications that need random numbers to be at least SGID. Picture the scene of a SGID PGP being able to read /dev/kmem!
* install freebsd.cf rather than freefall.cf by default after 8.7.2 import.peter1995-12-021-3/+3
|
* Update the freefall.mc file to (almost) match what is actually beingpeter1995-12-022-7/+68
| | | | | | run on freefall.. Create freebsd.mc which is intended to be installed by src/etc/Makefile onto generic freebsd systems.
* Rip these things down to the absolutely minimums - no tsets, nojkh1995-12-014-26/+1
| | | | | sttys, no fancy prompts, nothing. Everything else seems to be too contraversal, so we'll go vanilla.
* Remove ENABLE_STARTUP_LOCALE, use proper name for LANGache1995-11-302-5/+3
|
* Install new dotfiles.jkh1995-11-301-1/+7
|
* Revamp root's dotfiles.jkh1995-11-305-35/+597
| | | | Submitted by: Patrick Hausen + mods by me
* Uniformize startup display to follow style of all the others. This meanswollman1995-11-292-54/+28
| | | | | in particular getting rid of most of the goop that causes syscons options to be spread out over four separate lines.
* port 22 is the officially assigned "ssh" port...peter1995-11-271-1/+3
|
* Add commented out msgs database cleanup to crontabache1995-11-193-3/+6
| | | | Add -f (silent) flag to msgs call for logins (commented out)
* Add commented out msgs callache1995-11-192-0/+4
|
* Add commented out msgs aliasache1995-11-192-0/+6
|
* Change owner of msgs to daemon, sendmail msgs alias not works in other case,ache1995-11-191-2/+2
| | | | sendmail change itself to daemon.daemon before executing program.
* Fix stupid typo.markm1995-11-142-4/+4
| | | | Pointed out by: Mark Valentine
* OOps, nearly missed this bit. Add the call to rndcontrol to set themarkm1995-11-132-2/+14
| | | | chosen interrupts for the entropy gathering in /dev/random.
* Put in a user-configurable variable to allow root to select interrupts to bemarkm1995-11-131-1/+21
| | | | used in the entropy-gathering for /dev/random.
* remove path in front of kadmind, path already set correctlypst1995-11-041-2/+2
|
* Remove startup_locale referenceache1995-11-022-8/+0
|
* Don't have ldconfig look in /usr/gnu/lib since it was removed before 2.0R.nate1995-11-011-2/+1
|
* If accounting becomes enabled and /var/account/acctache1995-11-011-2/+6
| | | | | not exist, touch it, or accounting is never started (it must be pre-existen file).
* Add random and urandom.bde1995-10-292-2/+22
|
* Use back-quotes in `echo ...recover.*`ache1995-10-291-2/+2
|
* Recover vi recovery files on reboot.pst1995-10-281-3/+3
| | | | Closes pr misc/556 and others.
* Add ascii linksache1995-10-281-0/+2
|
* Add ascii locale dirache1995-10-281-1/+3
|
* Part 2 of the linux LKM hook, and use the new screen saver entrypeter1995-10-282-4/+14
| | | | | points in the modload, as enforced by the recent symorder and bsd.kmod.mk changes..
* In a moment of weakness, I added the switch for loading the linux LKM,peter1995-10-281-1/+4
| | | | in the same style as the ibcs2 LKM..
* At the risk of starting a commit-war, attempt to fix once and for all, thepeter1995-10-281-2/+4
| | | | | | | | | | | "make distrib-dirs" target. Neither of Andrey's two attempts have worked for me with the [ -h ..] test both with && and ||. I've changed it to a full if [ -h ...]; then \ rm ... ; \ fi ; \ construct. It's much clearer what's meant to happen, and it works! :-)
* Back out bogus "fix" which was commited over right fix without any check.ache1995-10-281-1/+1
|
* Submitted by: john hayjulian1995-10-271-2/+2
| | | | | | | patches to merge the two IPX packages to work with each other and to not break make-world :) IPXrouted should be working now, (or at least compiling) :)
* Add test for symlink presence before remove itache1995-10-261-2/+2
|
* Fix 'upgrade' stuff, i.e. when make distrib-dirs runs notache1995-10-221-2/+2
| | | | on clean file system but for -current locale links upgrade.
* Implement locale.alias via links (including backward-compatible issue)ache1995-10-222-4/+161
|
* Make real directories for each 8859-1 localeache1995-10-211-1/+45
|
* Update Digiboard entries.bde1995-10-172-42/+42
| | | | Submitted by: "Serge A. Babkin" <babkin@hq.icb.chel.su>
* Add pccard.conf to makefile.phk1995-10-101-2/+2
|
* sample config file.phk1995-10-101-0/+27
|
* Make the options for newfs'ing floppies more specific; the prviousjoerg1995-10-022-4/+30
| | | | | | | example without optios would create floppies that waste half of their space in i-node areas. :) (Comment only) Add a sample entry for a Sony 650 MB MOD.
* Change non-existent /usr/lib/uucp to /usr/libexec/uucpache1995-09-301-2/+2
|
OpenPOWER on IntegriCloud