summaryrefslogtreecommitdiff
path: root/etc/rc
AgeCommit message (Collapse)Author
2001-04-19permit passing sshd flags; djmTheo de Raadt
2001-04-01wscons rc files are not nicely MI clean, so when some nice diffs are shown ↵Theo de Raadt
around, they can go back in
2001-03-02amd now crates autodir by itselfTheo de Raadt
2001-02-23I tried to figure out how to have tmp_mnt get created automaticallyTheo de Raadt
inside amd source code. I could not figure out. So here it goes, until some rocket scientist points out how to do it in the real source.
2001-02-22generate all 3 keys, use -t xxxTheo de Raadt
2001-02-10install wscons.conf and rc.wscons on alpha/hppa/i386/powerpc and call it from rcMichael Shalayeff
2001-01-16Check whether /etc/inetd.conf exists before starting inetd (chuck@snew.com)Angelos D. Keromytis
2000-12-30Back-out use of apachectl to start httpd:Angelos D. Keromytis
1) It's one more dependency in /etc/rc 2) It's one more script that starts from /etc/rc (slowdown) 3) We're only going to be starting httpd in /etc/rc anyway (no other weird operations), so there's no reason to force a change in rc.conf 4) apachectl(8) doesn't mention "startssl" directive 5) Admins can use apachectl to manage httpd regardless of how the latter was started Thanks to fgs@ for yelling about this :-)
2000-12-30Use apachectl to start httpd, rather than directly call httpd inAngelos D. Keromytis
/etc/rc (PR 1476)
2000-12-30Initialize RAID parity as needed (PR 1529)Angelos D. Keromytis
2000-10-27after seeding from the host.random file, immediately reset the seed file, soTheo de Raadt
that if a shutdown-less reboot occurs, the next re-seed is not a repeat
2000-10-18grammar in commentMichael Shalayeff
2000-10-09moused will now co-exist with XAaron Campbell
2000-10-07If /etc/mailer.conf specifies a mailer other than sendmail, thereTodd C. Miller
may be no /etc/mail/sendmail.cf so don't include that in the check for whether or not to run /usr/sbin/sendmail. Instead, check for the existence of /etc/mailer.conf. Pointed out by Theo.
2000-09-06When starting up sendmail in the background, redirect stderr toTodd C. Miller
/dev/null too. Otherwise, if there is a name resolution problem the rc files may finish before sendmail forks into a daemon and it will complain about EBADF on stderr (since init revoked it). From a discussion between Theo and myself.
2000-09-01Initialization script stuff for moused.Aaron Campbell
2000-08-28explicit path to gated so that it will load as expectedBrad Smith
2000-08-25ssh always installed, no more static lib caseTheo de Raadt
2000-08-05host.random whacking must be after /var is mounted, obviouslyTheo de Raadt
2000-07-13timed & rdate start before securelevel is set so no need to checkTodd C. Miller
$securelevel; noted by ho@
2000-07-13rtadvd.conf is not required, actuallyJun-ichiro itojun Hagino
2000-07-11- Move ntpd out of rc.securelevelmatt
- Add ntpdate and rdate rc knobs Approved-And-Assisted-By: millert
2000-07-06remove ip6defaultif, this is just for IPv6 specification pedantsJun-ichiro itojun Hagino
2000-07-05Start sendmail in the background so it doesn't cause blockageTodd C. Miller
on reboot timing out on DNS problems.
2000-07-02Clean-up after httpdMarc Espie
2000-06-18ifaliases goes away.Todd T. Fries
- new installs wont have existing ifaliases - updates dont touch /etc - manual updates of /etc/ should know what they're doing anyway fwiw, see hostname.if(5) alias functionality has moved here for better overall network configurability
2000-06-14avoid a few extra processes; d.doroshenko@omnitel.netTheo de Raadt
2000-06-13normalize test vs [; formTheo de Raadt
2000-05-19nfsiod/nfs_client, bye byeMichael Shalayeff
add commented out entry into sysctl.conf for vfs.nfs.iothreads
2000-05-15Fix SBINDIR path the right wayHans Insulander
2000-05-12work around kerberos SBINDIR being misdefined; hinTheo de Raadt
2000-05-03hmm... simplify thisTheo de Raadt
2000-04-30fix PR #1169; itojun@ OKEric Jackson
2000-04-27ssh_host_dsa_key not ssh_dsa_host_keyTheo de Raadt
2000-04-26build DSA keys automatically at boot timeTheo de Raadt
2000-04-06Enable sendmail 8.10.0. Things like sendmail.* and aliases now liveTodd C. Miller
in /etc/mail.
2000-03-05Adda a stripcom function to strip comments (and leading whitespace,Todd C. Miller
depending on IFS). This replaces the ed and sed code previously used to do this.
2000-02-28add ip6defaultif, which configures default outgoing interfaceJun-ichiro itojun Hagino
when no neighboring router is found (rare case). this is to conform strictly to the ND spec. it is safe to leave it empty.
2000-01-30Use ed, not sed, for pulling the interesting bits out of /etc/sysctl.conf.Todd C. Miller
2000-01-30let sed do all the work, do not invoke extra grep; millert@ okMichael Shalayeff
2000-01-02add following IPv6 configs: rtadvd_flags route6d_flags rtsold_flagsJun-ichiro itojun Hagino
2000-01-01process sysctl.conf way earlierTheo de Raadt
1999-11-23isakmpd is elsewhere; evanc@concer.toTheo de Raadt
1999-11-11Allow identd to be used w/o inetd.Federico G. Schwindt
1999-10-18ssh startup fix; millertTheo de Raadt
1999-10-15oops, got shared library part wrongTheo de Raadt
1999-10-11Run /usr/libexec/vi.recover (now a perl script) to preserve vi backup files.Todd C. Miller
1999-10-07check for executability of ssh-keygenTheo de Raadt
1999-10-07if sshd startup fails due to rsa not being there, start upTheo de Raadt
/usr/local/sbin/sshd instead, if it is there.
1999-10-06Don't complain that /var/tmp/vi.recover is not owned by rootTodd C. Miller
when it doesn't exist.