summaryrefslogtreecommitdiff
path: root/etc/rc.d
AgeCommit message (Expand)Author
2011-09-19Set defaults daemon_flags (same as advertised in rc.conf.local(5) soAntoine Jacoutot
2011-09-19Use arugments for rc script instead of environment variables to indicateRobert Nagy
2011-09-16use the correct regexp to find the ldapd server processRobert Nagy
2011-09-16Add a script for popa3d to support running it outside of inetd.Robert Nagy
2011-09-14ntpd doesn't really support reload, so don't allow it in the rc script.william
2011-08-22Read amd_master using print -rn, fixes problems if the file has multipleNicholas Marriott
2011-08-08create pflog0 if pf is enabled just like we do in the pflogd scriptRobert Nagy
2011-08-02handle /var/db/mountdtab in the mountd script and not in nfsdRobert Nagy
2011-08-02catch all the three different process names in pexpRobert Nagy
2011-07-31when reloading do an rc_wait instead of just an rc_checkRobert Nagy
2011-07-31redirect rc_err() output to stderr, from david@Robert Nagy
2011-07-23Print the daemon name before starting, and ok/failed afterwards, providingStuart Henderson
2011-07-17use correct spelling of ospf6d script; ok deraadt@David Krause
2011-07-16Start amd in /etc/amd so it can find maps in files. ok robert@Stuart Henderson
2011-07-12use a better regexp provided by guenther@Robert Nagy
2011-07-08re-add ospfd/ospf6d support which got lost, and build scripts for themTheo de Raadt
2011-07-08move the pflog0 setup to the pflogd script and onlyRobert Nagy
2011-07-08add license, ok ajacoutot@, deraadt@Robert Nagy
2011-07-08We unconditionnally add -l to the daemon_flags, so fix our pexpAntoine Jacoutot
2011-07-08Cleanups and fixes.Antoine Jacoutot
2011-07-08Switch amd and spamlogd to rc scripts and make sure that theRobert Nagy
2011-07-08Add the nfs startup scripts.Antoine Jacoutot
2011-07-08switch pflogd to rc.dRobert Nagy
2011-07-07add scripts for aucat and spamd and switch rc to use themRobert Nagy
2011-07-07add a script for btd and replace the rc partsRobert Nagy
2011-07-07add wsmoused script and switch xdm and wsmoused in rcRobert Nagy
2011-07-07timed's time is up. use ntpd(8). Even our own fossil developersTheo de Raadt
2011-07-07add script for xdmRobert Nagy
2011-07-07make the check more readableRobert Nagy
2011-07-07Add kerberos startup scripts with backward compatibility goo.Antoine Jacoutot
2011-07-07Fix reload:Antoine Jacoutot
2011-07-07rc_restart is legit here.Antoine Jacoutot
2011-07-07use the "official" pexp, from antoine@Robert Nagy
2011-07-07sendmail stalls for at least a minute if it cannot resolve or connectRobert Nagy
2011-07-07add scripts for portmap and the yp daemonsRobert Nagy
2011-07-06Add rc.d(8) script for the system daemons that are restartable.Robert Nagy
2011-07-03let reload report (ok) or (failed) just like all other actions;Ingo Schwarze
2011-06-20Refactoring for simplicity, no functional change:Ingo Schwarze
2011-06-10Finally deal with background processes: "rc_cmd start" will now returnAntoine Jacoutot
2011-05-19Setting RC_DEBUG is enough, it does not need to be explicitely set toAntoine Jacoutot
2011-04-09Fix multiple issues and make the code simpler and more robust:Ingo Schwarze
2011-04-06- in case reload fails, print the failed message (from Piotr Sikora)Robert Nagy
2011-04-06Remove leading/trailing spaces from daemon_flags.Antoine Jacoutot
2011-04-05Handle a daemon_flags of '-n' by using printf '%s\n' instead of echoPhilip Guenthe
2011-04-05Quote $daemon_flags to prevent echo(1) picking them as input flags.Antoine Jacoutot
2011-03-25Bump timeout to 30s.Antoine Jacoutot
2011-03-24if daemon_flags=NO is set, just exitRobert Nagy
2011-03-19Since we now use pkill -0 for "check", it must be run as root,Ian Darwin
2011-03-17- introduce the INRC environment variable so that rc.subr(8) knows if itRobert Nagy
2011-03-14Return proper codes so that we don't rc_start if rc_pre failed and weAntoine Jacoutot