summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Expand)Author
2011-07-08Sort RC_DAEMONS.Antoine Jacoutot
2011-07-08add license, ok ajacoutot@, deraadt@Robert Nagy
2011-07-08Remove outdated comment.Antoine Jacoutot
2011-07-08Forgot to commit that part yesterday, spotted by sthen@Antoine Jacoutot
2011-07-08simplify, shorten, and "subtly and cleverly" rearrange some daemonTheo de Raadt
2011-07-08We unconditionnally add -l to the daemon_flags, so fix our pexpAntoine Jacoutot
2011-07-08fix boot output and make sure spamlogd is only started when neededRobert Nagy
2011-07-08Cleanups and fixes.Antoine Jacoutot
2011-07-08Switch amd and spamlogd to rc scripts and make sure that theRobert Nagy
2011-07-08Small bits of fluff before the final re-organizationTheo de Raadt
2011-07-08ARGH! the third part: socket handling cleanupTheo de Raadt
2011-07-08Oops, the second half of moving the key chunksTheo de Raadt
2011-07-08Move various bits of key generation in rc into one function, which weTheo de Raadt
2011-07-08Add the nfs startup scripts.Antoine Jacoutot
2011-07-08Give up on btd(8) startup until it can prove itselfTheo de Raadt
2011-07-08switch pflogd to rc.dRobert Nagy
2011-07-08only start spamlogd if spamd_flags != NO and spamd_black = NORobert Nagy
2011-07-08make rc_daemons use start_daemon instead of calling the script directlyRobert Nagy
2011-07-07oops, the netstart for pfsync *MUST* have the conditionalTheo de Raadt
2011-07-07disable the afs enable stuff. when nnpfs is re-enabled, that can be addedTheo de Raadt
2011-07-07Set ypserv_flags to NO by default.Antoine Jacoutot
2011-07-07add scripts for aucat and spamd and switch rc to use themRobert Nagy
2011-07-07Eliminate some $? tests by rolling the command into the conditionPhilip Guenthe
2011-07-07oops, removed one absolute path which is neededTheo de Raadt
2011-07-07kvm_mkdb and dev_mkdb have been reliable for years, so we can run themTheo de Raadt
2011-07-07We don't need a conditional around the pfsync start.Theo de Raadt
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-07Move various "console-ish" services into a new start_daemon block nearTheo de Raadt
2011-07-07remove mvmeppc; it is really rough shape. ok drahn miodTheo de Raadt
2011-07-07remove mvmeppc; it is really rough shape. ok drahn miodTheo de Raadt
2011-07-07add script for xdmRobert Nagy
2011-07-07Do not use absolute paths for things on our (very simple safe) path.Theo de Raadt
2011-07-07move portmap, yp* and kerberos services to rc.d scriptsRobert 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-07Sync comments with reality.Antoine Jacoutot
2011-07-07Watch the hostname.if(5) files;Ingo Schwarze
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 compat for portmapRobert Nagy
2011-07-07Missed in previous: ypldap.conf(5) is installed now, remove optional.Antoine Jacoutot
2011-07-07Install a default ypldap.conf(5) based on the one from the man pageAntoine Jacoutot
2011-07-07remove superfluous semicolon from start_daemon()Robert 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-06RegenMiod Vallat