Age | Commit message (Expand) | Author |
2011-10-15 | either set or unset variables that are to be examined further on, don't | Alexander Hall |
2011-10-13 | Start ldapd(8) earlier so that ypldap(8) can properly run (an LDAP | Antoine Jacoutot |
2011-10-12 | Localize _new_pexp unconditionally, or rc_read_runfile() | Ingo Schwarze |
2011-10-09 | When the _RC_RUNFILE (by some ill chance) happened to be empty or | Ingo Schwarze |
2011-10-09 | Finally make it possible to restart/stop a daemon after having changed | Antoine Jacoutot |
2011-10-07 | Check if we are root right from the start. | Antoine Jacoutot |
2011-10-07 | Prepend an underscore to internal variable names; this was reverted by | Antoine Jacoutot |
2011-10-07 | Fix a small regression reported by nicm@: when domainname is set but | Antoine Jacoutot |
2011-10-06 | rc_reload is valid here. | Antoine Jacoutot |
2011-09-25 | revert previous and pass on the RC_DEBUG and RC_FORCE flags in the start+stop | Alexander Hall |
2011-09-24 | Repair "restart" debug and force modes (we need to export RC_DEBUG and | Antoine Jacoutot |
2011-09-22 | Add missing "*)" case statement and make sure RC_DEBUG and RC_FORCE are | Antoine Jacoutot |
2011-09-20 | use a pexp here too; noted by MERIGHI Marcus <mcmer-openbsd@tor.at> | Robert Nagy |
2011-09-19 | Set defaults daemon_flags (same as advertised in rc.conf.local(5) so | Antoine Jacoutot |
2011-09-19 | Use arugments for rc script instead of environment variables to indicate | Robert Nagy |
2011-09-16 | use the correct regexp to find the ldapd server process | Robert Nagy |
2011-09-16 | Add a script for popa3d to support running it outside of inetd. | Robert Nagy |
2011-09-14 | ntpd doesn't really support reload, so don't allow it in the rc script. | william |
2011-08-22 | Read amd_master using print -rn, fixes problems if the file has multiple | Nicholas Marriott |
2011-08-08 | create pflog0 if pf is enabled just like we do in the pflogd script | Robert Nagy |
2011-08-02 | handle /var/db/mountdtab in the mountd script and not in nfsd | Robert Nagy |
2011-08-02 | catch all the three different process names in pexp | Robert Nagy |
2011-07-31 | when reloading do an rc_wait instead of just an rc_check | Robert Nagy |
2011-07-31 | redirect rc_err() output to stderr, from david@ | Robert Nagy |
2011-07-23 | Print the daemon name before starting, and ok/failed afterwards, providing | Stuart Henderson |
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 |