Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Using csh constructs in shell scripts is a boo-boo. | pst | 1996-01-02 | 1 | -2/+2 |
| | |||||
* | The etc.i386/fstab.* files have been nuked, so don't try to install | joerg | 1995-12-31 | 1 | -3/+1 |
| | | | | them. | ||||
* | Restrict /dev/io perms to 0600. | joerg | 1995-12-31 | 2 | -4/+4 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 3 | -47/+0 |
| | | | | which included commits to RCS files with non-trunk default branches. | ||||
* | recording cvs-1.6 file death | peter | 1995-12-30 | 48 | -6508/+0 |
| | |||||
* | Go to new scheme for local_startup variable. Now one can specify multiple | jkh | 1995-12-28 | 3 | -31/+22 |
| | | | | | | | | | | | directories to check in looking for port startup scripts. The specific gunge for apache httpd, gated and pcnfsd in /etc/sysconfig and /etc/netstart is gone now. Note that pcnfsd's troubles aren't necessarily over (and probably why NetBSD brought it into their sources) - anyone adding pcnfsd will STILL have to tweak /etc/sysconfig in order to set the new variable `weak_mountd_authentication' to YES. The flags to mountd are directly affected by pcnfsd's requirements for non-root mounts, unfortunately! :-( Submitted by: paul & jkh | ||||
* | Add /tftpboot as an argument to the commented-out example for tftp, so | joerg | 1995-12-23 | 1 | -1/+1 |
| | | | | | people don't compromise their system by blindly un-commenting the entry. | ||||
* | Add: | jkh | 1995-12-17 | 1 | -1/+3 |
| | | | | | | radius 1645/udp radiusd radacct 1646/udp Submitted by: Jaye Mathisen <mrcpu@cdsnet.net> | ||||
* | Add man9 to trees. | phk | 1995-12-14 | 2 | -2/+8 |
| | |||||
* | Change freefall's default mailer from smtp to smtp8 to try and avoid | peter | 1995-12-13 | 1 | -1/+2 |
| | | | | the 8 to 7 bit conversion.. | ||||
* | Update usr/share/examples layout to match current reality.. | peter | 1995-12-11 | 1 | -3/+5 |
| | |||||
* | Add "examples", "contrib" and "pcl-cvs" directories below | peter | 1995-12-10 | 1 | -1/+7 |
| | | | | share/examples/cvs in preperation for cvs-1.6.3 import. | ||||
* | Use absolute path for sendmail daemon or sendmail can't find | ache | 1995-12-09 | 1 | -2/+2 |
| | | | | itself on SIGHUP. | ||||
* | Specify Timeout.queuewarn.normal at 1day as well as Timeout.queuewarn. | peter | 1995-12-07 | 1 | -1/+2 |
| | | | | | For some reason, the documentation does not appear to be in sync with reality.. :-) | ||||
* | Whitespace change - cosmetic alignment only. | peter | 1995-12-04 | 1 | -3/+3 |
| | |||||
* | Add in Gary's custom Received: line into the freefall.mc | peter | 1995-12-04 | 1 | -1/+4 |
| | |||||
* | Add "majordom" to trusted user class for freefall's sendmail.mc file. | peter | 1995-12-04 | 1 | -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 the | markm | 1995-12-03 | 2 | -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. | peter | 1995-12-02 | 1 | -3/+3 |
| | |||||
* | Update the freefall.mc file to (almost) match what is actually being | peter | 1995-12-02 | 2 | -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, no | jkh | 1995-12-01 | 4 | -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 LANG | ache | 1995-11-30 | 2 | -5/+3 |
| | |||||
* | Install new dotfiles. | jkh | 1995-11-30 | 1 | -1/+7 |
| | |||||
* | Revamp root's dotfiles. | jkh | 1995-11-30 | 5 | -35/+597 |
| | | | | Submitted by: Patrick Hausen + mods by me | ||||
* | Uniformize startup display to follow style of all the others. This means | wollman | 1995-11-29 | 2 | -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... | peter | 1995-11-27 | 1 | -1/+3 |
| | |||||
* | Add commented out msgs database cleanup to crontab | ache | 1995-11-19 | 3 | -3/+6 |
| | | | | Add -f (silent) flag to msgs call for logins (commented out) | ||||
* | Add commented out msgs call | ache | 1995-11-19 | 2 | -0/+4 |
| | |||||
* | Add commented out msgs alias | ache | 1995-11-19 | 2 | -0/+6 |
| | |||||
* | Change owner of msgs to daemon, sendmail msgs alias not works in other case, | ache | 1995-11-19 | 1 | -2/+2 |
| | | | | sendmail change itself to daemon.daemon before executing program. | ||||
* | Fix stupid typo. | markm | 1995-11-14 | 2 | -4/+4 |
| | | | | Pointed out by: Mark Valentine | ||||
* | OOps, nearly missed this bit. Add the call to rndcontrol to set the | markm | 1995-11-13 | 2 | -2/+14 |
| | | | | chosen interrupts for the entropy gathering in /dev/random. | ||||
* | Put in a user-configurable variable to allow root to select interrupts to be | markm | 1995-11-13 | 1 | -1/+21 |
| | | | | used in the entropy-gathering for /dev/random. | ||||
* | remove path in front of kadmind, path already set correctly | pst | 1995-11-04 | 1 | -2/+2 |
| | |||||
* | Remove startup_locale reference | ache | 1995-11-02 | 2 | -8/+0 |
| | |||||
* | Don't have ldconfig look in /usr/gnu/lib since it was removed before 2.0R. | nate | 1995-11-01 | 1 | -2/+1 |
| | |||||
* | If accounting becomes enabled and /var/account/acct | ache | 1995-11-01 | 1 | -2/+6 |
| | | | | | not exist, touch it, or accounting is never started (it must be pre-existen file). | ||||
* | Add random and urandom. | bde | 1995-10-29 | 2 | -2/+22 |
| | |||||
* | Use back-quotes in `echo ...recover.*` | ache | 1995-10-29 | 1 | -2/+2 |
| | |||||
* | Recover vi recovery files on reboot. | pst | 1995-10-28 | 1 | -3/+3 |
| | | | | Closes pr misc/556 and others. | ||||
* | Add ascii links | ache | 1995-10-28 | 1 | -0/+2 |
| | |||||
* | Add ascii locale dir | ache | 1995-10-28 | 1 | -1/+3 |
| | |||||
* | Part 2 of the linux LKM hook, and use the new screen saver entry | peter | 1995-10-28 | 2 | -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, | peter | 1995-10-28 | 1 | -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, the | peter | 1995-10-28 | 1 | -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. | ache | 1995-10-28 | 1 | -1/+1 |
| | |||||
* | Submitted by: john hay | julian | 1995-10-27 | 1 | -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 it | ache | 1995-10-26 | 1 | -2/+2 |
| | |||||
* | Fix 'upgrade' stuff, i.e. when make distrib-dirs runs not | ache | 1995-10-22 | 1 | -2/+2 |
| | | | | on clean file system but for -current locale links upgrade. | ||||
* | Implement locale.alias via links (including backward-compatible issue) | ache | 1995-10-22 | 2 | -4/+161 |
| |