Age | Commit message (Expand) | Author |
2011-07-17 | use correct spelling of ospf6d script; ok deraadt@ | David Krause |
2011-07-16 | Start amd in /etc/amd so it can find maps in files. ok robert@ | Stuart Henderson |
2011-07-12 | use a better regexp provided by guenther@ | Robert Nagy |
2011-07-08 | re-add ospfd/ospf6d support which got lost, and build scripts for them | Theo de Raadt |
2011-07-08 | move the pflog0 setup to the pflogd script and only | Robert Nagy |
2011-07-08 | add license, ok ajacoutot@, deraadt@ | Robert Nagy |
2011-07-08 | We unconditionnally add -l to the daemon_flags, so fix our pexp | Antoine Jacoutot |
2011-07-08 | Cleanups and fixes. | Antoine Jacoutot |
2011-07-08 | Switch amd and spamlogd to rc scripts and make sure that the | Robert Nagy |
2011-07-08 | Add the nfs startup scripts. | Antoine Jacoutot |
2011-07-08 | switch pflogd to rc.d | Robert Nagy |
2011-07-07 | add scripts for aucat and spamd and switch rc to use them | Robert Nagy |
2011-07-07 | add a script for btd and replace the rc parts | Robert Nagy |
2011-07-07 | add wsmoused script and switch xdm and wsmoused in rc | Robert Nagy |
2011-07-07 | timed's time is up. use ntpd(8). Even our own fossil developers | Theo de Raadt |
2011-07-07 | add script for xdm | Robert Nagy |
2011-07-07 | make the check more readable | Robert Nagy |
2011-07-07 | Add kerberos startup scripts with backward compatibility goo. | Antoine Jacoutot |
2011-07-07 | Fix reload: | Antoine Jacoutot |
2011-07-07 | rc_restart is legit here. | Antoine Jacoutot |
2011-07-07 | use the "official" pexp, from antoine@ | Robert Nagy |
2011-07-07 | sendmail stalls for at least a minute if it cannot resolve or connect | Robert Nagy |
2011-07-07 | add scripts for portmap and the yp daemons | Robert Nagy |
2011-07-06 | Add rc.d(8) script for the system daemons that are restartable. | Robert Nagy |
2011-07-03 | let reload report (ok) or (failed) just like all other actions; | Ingo Schwarze |
2011-06-20 | Refactoring for simplicity, no functional change: | Ingo Schwarze |
2011-06-10 | Finally deal with background processes: "rc_cmd start" will now return | Antoine Jacoutot |
2011-05-19 | Setting RC_DEBUG is enough, it does not need to be explicitely set to | Antoine Jacoutot |
2011-04-09 | Fix 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-06 | Remove leading/trailing spaces from daemon_flags. | Antoine Jacoutot |
2011-04-05 | Handle a daemon_flags of '-n' by using printf '%s\n' instead of echo | Philip Guenthe |
2011-04-05 | Quote $daemon_flags to prevent echo(1) picking them as input flags. | Antoine Jacoutot |
2011-03-25 | Bump timeout to 30s. | Antoine Jacoutot |
2011-03-24 | if daemon_flags=NO is set, just exit | Robert Nagy |
2011-03-19 | Since 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 it | Robert Nagy |
2011-03-14 | Return proper codes so that we don't rc_start if rc_pre failed and we | Antoine Jacoutot |
2011-03-10 | Add a small comment at the top to explain what this file does. | Antoine Jacoutot |
2011-03-09 | Make reload and check consistent with start/stop. | Antoine Jacoutot |
2011-03-09 | Move the redirections into the rc_cmd itself instead of rc_start and | Antoine Jacoutot |
2011-03-09 | Move rc_pre and rc_post out of the rc_start/rc_stop functions into the | Antoine Jacoutot |
2011-03-06 | Add an "rc_bg" variable that is undefined by default and allows to start | Antoine Jacoutot |
2011-02-24 | Remove daemon_shell and force the use of /bin/sh for the su(1) call. | Antoine Jacoutot |
2011-01-05 | Put the "su -c ..." command into an rcexec variable so that we can | Antoine Jacoutot |
2011-01-04 | Check for a login class that match the rc script name and if we find one | Antoine Jacoutot |
2010-12-29 | After the recent changes, there is no need for an rc_conf function. | Antoine Jacoutot |
2010-12-27 | There is no point in calling rc_conf manually from each and every rc | Antoine Jacoutot |
2010-12-24 | Fix a flaw in the rc.subr framework reported by stephan@ where | Antoine Jacoutot |
2010-12-13 | Prefer '-l' over '-' which is deprecated. | Antoine Jacoutot |