summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
1999-09-13Watch over some more files.Paul Janzen
1999-09-13shorten linesTheo de Raadt
1999-09-12Change defaults to start sendmail using '-q30m'. This will not makeJakob Schlyter
sendmail listen to requests on port 25, just process the queue every 30 minutes to take care of any unsent mail. OK millert@.
1999-09-04Actually, vi file recivery was not happening on reboot due to aTodd C. Miller
mistaken assumption. Noted by dynamo@ime.net. Fixed by moving the check for meta character expansion to be inside the two for loops. They are expanded by simple assignment.
1999-09-04Ignore /var/tmp/vi.recover if it is a symlink or owned by non-root.Todd C. Miller
Probably just paranoia (since /var/tmp/vi.recover is created the first time the machine is booted) but it can't hurt.
1999-09-04Check to make sure vi recovery files are normal files before tryingTodd C. Miller
to read from them (this is a user-writable directory so it is possible to play games). Fixes a possible DOS noted by dynamo@ime.net. If it's not a regular file, we delete it.
1999-09-04add entries for fga, scf, and flashJason Wright
1999-09-03have shutdown code run /etc/rc with arg of "shutdown"; rc.shutdown becomes ↵Theo de Raadt
completely admin-editable
1999-09-01support # characters in bridgename.* files; millertTheo de Raadt
1999-09-01cleanup parsing of hostname.* files, and seperate bridge control intoTheo de Raadt
bridgename.* files; all documented in new hostname.if(5) and bridgename.if(5) man pages
1999-08-31start amd in /etc/amd; so that if ${amd_master} contains map names, and weTheo de Raadt
don't want them fetched from YP, it will find them in the current directory.
1999-08-20Change the default serial port device and /var/spool/lock permissions.Jason Downs
/var/spool/lock becomes uucp.dialer, mode 1775, and serial devices become uucp.dialer, mode 660. (A couple of "dead" MAKEDEVs have been updated because they conformed the the old permission scheme, while others have not because they didn't.)
1999-08-19mailer.conf missing; <kstailey@disclosure.com>Jakob Schlyter
1999-08-19s/nvi/vi/kstailey
1999-08-18Boot block changes.Jason Downs
1999-08-17Use ``set openmode passive'' in the ssh VPN examplebrian
1999-08-15Please give us dmesg from a GENERIC kernel only, if possible.Ian Darwin
1999-08-13Create USB devices.Federico G. Schwindt
1999-08-10l alias by defaultTheo de Raadt
1999-08-09Only parse/setup the hostname.foo file if interface foo exists (thisAngelos D. Keromytis
is useful for laptops with different ethernet cards etc.)
1999-08-08add huntDavid Leonard
1999-08-062.88 floppiesTheo de Raadt
1999-08-05typo; -eq not -neTodd C. Miller
1999-08-05Use 10 X's for sheeer, raving, paranoiaTodd C. Miller
1999-08-05Use -execdir not -exec in find; deraadt@Todd C. Miller
1999-08-04propagate TMPDIR into locate.updatedbMichael Shalayeff
1999-08-04Use mktemp(1) for motd /tmp file during boot. This fixes a potentialTodd C. Miller
problem noted by hugh@openbsd.org whereby a user could create the well-known /tmp/_motd file and use chflags to make it unremovable. Then at the next reboot the user's /tmp/_motd would end up in the system motd.
1999-08-03chmod/chown all the ptysTheo de Raadt
1999-08-02Integration of mailwrapper (from NetBSD)Jakob Schlyter
"The mailwrapper program is designed to replace /usr/sbin/sendmail and to invoke an appropriate MTA instead of sendmail(8) based on configuration information placed in /etc/mailer.conf. This permits the administrator to configure which MTA is to be invoked on the system at run time." OK deraadt, millert
1999-07-30no more acdTheo de Raadt
1999-07-27Show how to use the new filter capabilitiesbrian
Mostly submitted by: Peter Jeremy <jeremyp@gsmx07.alcatel.com.au>
1999-07-25silence chmod too, for non-writeable /var; friesTheo de Raadt
1999-07-24shorter linesTheo de Raadt
1999-07-20do not use -n with user-edited section betweenTheo de Raadt
1999-07-18rf support; m4@umn.eduTheo de Raadt
1999-07-18Create an /etc/isakmpd hierarchyNiklas Hallqvist
1999-07-15move /etc/host.random to /var/db for readonly /, save the entropy stateNiels Provos
into /var/db/host.random at shutdown time, so we can make use of it during reboot to seed our random pool. ok millert@ angelos@ niklas@
1999-07-09i386 man pages in cat2/i386/Theo de Raadt
1999-07-08cleanTheo de Raadt
1999-07-06document machdep.kbdresetTheo de Raadt
1999-07-06your basic rc.shutdown fileTheo de Raadt
1999-06-19Give line printout along with line number.Marc Espie
1999-06-15make /usr/obj group wsrc, mode 775 to match /usr/srcTodd C. Miller
1999-06-14YP client, not just YPTheo de Raadt
1999-06-13Shrink...Jason Downs
1999-06-12Fix typo in netatalk startupAngelos D. Keromytis
1999-05-31typo; Bill Fumerolabrian
1999-05-30Fix typo, '=' not '=='; marc@snafu.orgTodd C. Miller
1999-05-30Bad commit (machdep.allowaperture), this already exists in etc.i386 --Angelos D. Keromytis
obviously a long day :-X
1999-05-30Add netatalk start-up support.Angelos D. Keromytis