Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Install newsyslog.conf. | joerg | 1996-02-15 | 1 | -3/+3 |
| | | | | Bothered me in: all recent SNAPs | ||||
* | improve the comment for BOOTWAIT | adam | 1996-02-15 | 2 | -8/+10 |
| | |||||
* | Don't make a netns directory. | wollman | 1996-02-14 | 1 | -3/+1 |
| | |||||
* | Add gnatsd/prmsd. | pst | 1996-02-11 | 1 | -1/+2 |
| | |||||
* | Remove my previous bogus comment about the relationship between the | jkh | 1996-02-11 | 2 | -6/+7 |
| | | | | | | | | static_routes and defaultrouter variables. I'm glad I looked again, however, as I realized that setting static_routes to NO in the case of a defaultrouter would wind up with a bogus value for static_routes. It doesn't really hurt anything, but it's still wrong so I fixed it. I think this whole routing section of sysconfig needs a revisit - it's getting gross! | ||||
* | make share/calendar/hr_HR.ISO_8859-2 | wosch | 1996-02-09 | 1 | -1/+3 |
| | |||||
* | Close conf/1007 and take this opportunity to correct a few long-standing | jkh | 1996-02-09 | 2 | -10/+15 |
| | | | | | bogons with the way static_routes was being handled. Also document the fact that default_router overrides static_routes entirely. | ||||
* | Add amd.map to BIN1 - having it here does no harm and makes activation | jkh | 1996-02-09 | 1 | -2/+2 |
| | | | | of the sample sysconfig entry (and amd) a snap. | ||||
* | Close PR conf/589 - amd should only evaluate ${amdflags}. | jkh | 1996-02-09 | 3 | -4/+9 |
| | | | | | | | | While I'm at it, add a commented-out sample amd flags line to sysconfig and drop a sample amd.map file in this directory for easy copying. I know that this file's contents are highly site-variable, but the one I've chosen for an example is also the one I've seen on 99.9% of the amd-using sites I've visited. I think it's a fair default. | ||||
* | Add `cfinger'. This ain't an official service, but is in use by the | joerg | 1996-02-09 | 1 | -1/+2 |
| | | | | finger data collection service of GNU finger. | ||||
* | Remove netccitt, netiso | ache | 1996-02-08 | 1 | -5/+1 |
| | |||||
* | Make share/calendar/de_DE.ISO_8859-1 | ache | 1996-02-05 | 1 | -1/+3 |
| | |||||
* | Add support for Connectix QuickCam(tm) | pst | 1996-02-02 | 2 | -2/+18 |
| | |||||
* | Another round of spelling fixes. | mpp | 1996-01-31 | 17 | -64/+64 |
| | |||||
* | Updated to Nov 8, 1995 version from internic.net. | dg | 1996-01-31 | 1 | -3/+3 |
| | |||||
* | Add missing cat9 | ache | 1996-01-29 | 1 | -1/+5 |
| | |||||
* | Add an option to start mrouted. Off by default | gpalmer | 1996-01-29 | 2 | -2/+11 |
| | |||||
* | Use umask disk_umask=037 for all (writable) disks. Use umask | bde | 1996-01-28 | 2 | -56/+44 |
| | | | | | | | | | | | | | | | | | | tape_umask=017 for all tapes. This has a significant effect only for ft and st (they were created with the wrong umask 002 and then chmod'ed to mode 640; now they are created with mode 660). Chmod the st control devices (mode 3) to 600. These need to be more secure than the st i/o devices, but were less secure. Use the default umask of 077 for joy0. 002 gave mode 664, which is insecure. Use umask 037 for ch*. Cosmetic. Removed redundant chmod's. Sorted case lists for disks. | ||||
* | Add (at long last) an option to say if you want to run the printer | gpalmer | 1996-01-28 | 2 | -3/+9 |
| | | | | daemon (lpd) or not. Set to run it by default. | ||||
* | Add dhcp aliases for bootp services | pst | 1996-01-23 | 1 | -5/+5 |
| | |||||
* | Added share/examples/{meteor,sliplogin}. | bde | 1996-01-21 | 1 | -1/+5 |
| | |||||
* | added the "-p" option to amd so that it writes it's pid to | graichen | 1996-01-16 | 2 | -3/+5 |
| | | | | | | /var/run/amd.pid and added the "-l /var/log/amd.log" option there too added an entry for the "rotation" of /var/log/amd.log to newsyslog.conf | ||||
* | Add an entry for MTA-3230 3.5" magneto-optical drives. | jkh | 1996-01-15 | 2 | -0/+12 |
| | | | | Submitted by: jbryant@argus.flash.net | ||||
* | Add empty /var/log/slip.log creation to distribution: target where | ache | 1996-01-10 | 1 | -1/+3 |
| | | | | | other empty logs created. Pointed by Bruce. | ||||
* | echo setting of ${router} properly, e.g. between double quotes. :) | jkh | 1996-01-08 | 1 | -2/+2 |
| | |||||
* | Put startslip syslog messages into separate file | ache | 1996-01-07 | 2 | -5/+8 |
| | | | | | Increase rotating log sizes in newsyslog.conf to reflect more common case | ||||
* | Uncomment login accounting, it not needed to be commented out | ache | 1996-01-06 | 1 | -3/+3 |
| | | | | because not related to accounting but to wtmp only | ||||
* | Remove "msgs -c" line, already done in daily script | ache | 1996-01-06 | 1 | -4/+1 |
| | |||||
* | Restore broken accounting statistics: | ache | 1996-01-06 | 2 | -2/+15 |
| | | | | | 1) It have nothing common to (new)syslog messages 2) acct.* rotating allowed only after "sa -s" run! | ||||
* | /var/account/acct is binary file, mark this fact as 'B' flag | ache | 1996-01-06 | 1 | -2/+2 |
| | |||||
* | New hack for configuring routers spawns two new variables: | jkh | 1996-01-06 | 2 | -11/+10 |
| | | | | | | router=<some routed> routerflags=<startup flags> Submitted by: Paul Richards et al | ||||
* | Remove -fno-strength-reduce, gcc bug fixed recently | ache | 1996-01-05 | 2 | -4/+4 |
| | |||||
* | Fixed initialization of $local_startup. sysconfig attempted to run | bde | 1996-01-05 | 1 | -2/+2 |
| | | | | /usr/X11R6/etc/rc.d every time it was sourced. | ||||
* | added the file /etc/newsyslog.conf (config file for | graichen | 1996-01-05 | 1 | -0/+11 |
| | | | | | /usr/sbin/newsyslog - see the man-page for it for details) - i put all the "rotations" which were in /etc/[daily,weekly,monthly] in here | ||||
* | changed /etc/[daily,weekly,monthly] to not rotate the logfiles by | graichen | 1996-01-05 | 5 | -70/+4 |
| | | | | | | | "hand", changed /etc/crontab to call /usr/sbin/newsyslog every hour (the entry was there before - but we haven't had any newsyslog until today :-) and changed /etc/inetd.conf to also contain (commentet out) entries for rpc.rquotad and rpc.sprayd (taken from NetBSD) | ||||
* | 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 |
| |