summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Add gnatsd/prmsd.pst1996-02-111-1/+2
|
* Remove my previous bogus comment about the relationship between thejkh1996-02-112-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-2wosch1996-02-091-1/+3
|
* Close conf/1007 and take this opportunity to correct a few long-standingjkh1996-02-092-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 activationjkh1996-02-091-2/+2
| | | | of the sample sysconfig entry (and amd) a snap.
* Close PR conf/589 - amd should only evaluate ${amdflags}.jkh1996-02-093-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 thejoerg1996-02-091-1/+2
| | | | finger data collection service of GNU finger.
* Remove netccitt, netisoache1996-02-081-5/+1
|
* Make share/calendar/de_DE.ISO_8859-1ache1996-02-051-1/+3
|
* Add support for Connectix QuickCam(tm)pst1996-02-022-2/+18
|
* Another round of spelling fixes.mpp1996-01-3117-64/+64
|
* Updated to Nov 8, 1995 version from internic.net.dg1996-01-311-3/+3
|
* Add missing cat9ache1996-01-291-1/+5
|
* Add an option to start mrouted. Off by defaultgpalmer1996-01-292-2/+11
|
* Use umask disk_umask=037 for all (writable) disks. Use umaskbde1996-01-282-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 printergpalmer1996-01-282-3/+9
| | | | daemon (lpd) or not. Set to run it by default.
* Add dhcp aliases for bootp servicespst1996-01-231-5/+5
|
* Added share/examples/{meteor,sliplogin}.bde1996-01-211-1/+5
|
* added the "-p" option to amd so that it writes it's pid tograichen1996-01-162-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.jkh1996-01-152-0/+12
| | | | Submitted by: jbryant@argus.flash.net
* Add empty /var/log/slip.log creation to distribution: target whereache1996-01-101-1/+3
| | | | | other empty logs created. Pointed by Bruce.
* echo setting of ${router} properly, e.g. between double quotes. :)jkh1996-01-081-2/+2
|
* Put startslip syslog messages into separate fileache1996-01-072-5/+8
| | | | | Increase rotating log sizes in newsyslog.conf to reflect more common case
* Uncomment login accounting, it not needed to be commented outache1996-01-061-3/+3
| | | | because not related to accounting but to wtmp only
* Remove "msgs -c" line, already done in daily scriptache1996-01-061-4/+1
|
* Restore broken accounting statistics:ache1996-01-062-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' flagache1996-01-061-2/+2
|
* New hack for configuring routers spawns two new variables:jkh1996-01-062-11/+10
| | | | | | router=<some routed> routerflags=<startup flags> Submitted by: Paul Richards et al
* Remove -fno-strength-reduce, gcc bug fixed recentlyache1996-01-052-4/+4
|
* Fixed initialization of $local_startup. sysconfig attempted to runbde1996-01-051-2/+2
| | | | /usr/X11R6/etc/rc.d every time it was sourced.
* added the file /etc/newsyslog.conf (config file forgraichen1996-01-051-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 bygraichen1996-01-055-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.pst1996-01-021-2/+2
|
* The etc.i386/fstab.* files have been nuked, so don't try to installjoerg1995-12-311-3/+1
| | | | them.
* Restrict /dev/io perms to 0600.joerg1995-12-312-4/+4
|
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-303-47/+0
| | | | which included commits to RCS files with non-trunk default branches.
* recording cvs-1.6 file deathpeter1995-12-3048-6508/+0
|
* Go to new scheme for local_startup variable. Now one can specify multiplejkh1995-12-283-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, 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!
OpenPOWER on IntegriCloud