summaryrefslogtreecommitdiff
path: root/etc/rc
AgeCommit message (Collapse)Author
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-03have shutdown code run /etc/rc with arg of "shutdown"; rc.shutdown becomes ↵Theo de Raadt
completely admin-editable
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-19s/nvi/vi/kstailey
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-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-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-05-30Fix typo, '=' not '=='; marc@snafu.orgTodd C. Miller
1999-05-26Configure raid devices at boot (from NetBSD, ok by niklas@).Jakob Schlyter
1999-05-24Add shlib_dirs variable so users can add to the directories cachedTodd C. Miller
in /var/run/ld.so.hints
1999-04-21Save a copy of the boot messages in /var/run/dmesg.boot.Alex Feldman
1998-12-28split database line up nicely; krw@tcn.netTheo de Raadt
1998-12-21isakmpd startup stuffTheo de Raadt
1998-11-11Add option for running ftpd out of rc.Jason Downs
1998-11-03Actually use $xdm_flags.Jason Downs
1998-10-28use xfs, not afs when mounting afs. Making mount_afs work correctly is too hard.Artur Grabowski
1998-10-12startup code for AFSArtur Grabowski
1998-09-19shift ifaliases. one more daemon can bind to specific ifaliases.Todd T. Fries
1998-08-28When running kvm_mkdb, don't specify /bsd so we can use /dev/ksyms if it ↵Todd C. Miller
exists and is configured
1998-08-25put back recent change (apmd flags) that was accidently removedMarco S Hyman
1998-08-19dhcpd: start from rc, controlled by rc.conf; sample config filesOleg Safiullin
1998-08-18allow flags to be passed to apmd at millert's requestMarco S Hyman
1998-08-18start apmd in rc, controlled by rc.confMarco S Hyman
1998-07-24update /var/named/etc/localtime when /etc/localtime changesTodd C. Miller
1998-07-13quiet that ddTheo de Raadt
1998-07-13Create /var/named/dev/null if it is not there and we are running named ↵Todd C. Miller
chroot'd. It would be cleaner to simply do this at install time but this way people who are tracking sources get the correct behavior too.
1998-07-11change last route to route -nTheo de Raadt
1998-07-05yet another typoTodd T. Fries
1998-07-04fix a typoTodd T. Fries
1998-07-03Generate an /etc/host.random if it doesn't exist; 64KB, perms 600.Angelos D. Keromytis
1998-06-13don't make /var/named/dev/log if named_flags == NOTodd C. Miller
1998-06-03to turn of named chroot set to be empty, not 'NO'Todd C. Miller
1998-06-03Add named_user and named_chroot variables to simplify chroot'd namedTodd C. Miller
setup.
1998-05-14move cron to the end so users cannot run cron jobs before the system is all ↵Todd C. Miller
the way up
1998-05-13test -> [Theo de Raadt
1998-04-07add xdm control to /etc/rc.conf; X11 docs need updatingTheo de Raadt
1998-03-25savecore prints a message; no need to print anotherTheo de Raadt
1998-03-25httpd is now in the tree, and an rc.conf flag turns it onTheo de Raadt
1998-03-11Kill whitespace at eol.Todd C. Miller
1998-02-26Replace "test -r" with -s and -e as -r always returns true for root?!?!Todd C. Miller
1998-02-18add an option for kerberos slave servers.Artur Grabowski
1998-02-13fix typoMarco S Hyman
1998-02-11syslogd gets a new -a argument: specify additional AF_UNIX log devicesTheo de Raadt
syslogd should create & listen to. As in "syslogd -a /chroot/dev/log", I'm sure you get the idea.
1998-02-07 Flags and startup for smtpd/smtpfwdd - not enabled by default.Bob Beck
1998-02-06typoTheo de Raadt