summaryrefslogtreecommitdiff
path: root/etc/rc.d
AgeCommit message (Expand)Author
2015-12-05It does not make sense to insert a specific route for 224/4 when theMartin Pieuchot
2015-12-05add rcscript for vmdJasper Lievisse Adriaanse
2015-11-30Add rebound rc.d script.James Turner
2015-10-21add missing rcsidGleydson Soares
2015-10-18Forcibly delete /var/run/ypbind.lock to prepare for the worst cases.Theo de Raadt
2015-10-16Missing local.Antoine Jacoutot
2015-10-03Enable eigrpd(8) and eigrpctl(8) in the buildsRenato Westphal
2015-09-12Provide an ftpproxy6 rc script. ftp-proxy can only open one listening socketStuart Henderson
2015-08-17sendmail in ports has it's own rc.d file no need to keep this oneJonathan Gray
2015-08-03Place etc/defaults/radiusd.conf and etc/rc.d/radiusd. Modify etc/rcYASUOKA Masahiko
2015-07-19remove code from unbound's rc script that generates control keys/certs ifStuart Henderson
2015-07-15Fix base rc.d scripts after the recent rc.subr change.Antoine Jacoutot
2015-07-15By default, require an exact match of the process name and argument list.Antoine Jacoutot
2015-07-15Always use the default flags when running !start.Antoine Jacoutot
2015-07-15Merge comments.Antoine Jacoutot
2015-06-17Really make daemon_class read-only; it's set to "daemon" of a matchingAntoine Jacoutot
2015-05-02No more pf_rules ipsec_rules.Antoine Jacoutot
2015-04-29Check arguments before eval so we don't end up with a cryptic error message.Antoine Jacoutot
2015-03-28_rc_err(): only display error message if there's an actual one.Antoine Jacoutot
2015-01-02Fix return code of _rc_quirks().Antoine Jacoutot
2015-01-02Add a comment about the default values being duplicated in rcctl(8).Antoine Jacoutot
2014-12-29Add line continuation to be consistent with rc_pre(); ok sthen@Antoine Jacoutot
2014-12-29pexp is not needed; ok sthen@Antoine Jacoutot
2014-12-22Out out you evil network daemon.Florian Obser
2014-11-17"reload" should fail if the service is not running in the first place.Antoine Jacoutot
2014-08-30Make it possible to pass a specific error code to _rc_err().Antoine Jacoutot
2014-08-26usr.sbinRobert Nagy
2014-08-25snmpd cannot reloadAlexander Hall
2014-08-25Put _rc_err argument under quotes to respect the syntax we are passing.Antoine Jacoutot
2014-08-24Fix reversed logic.Antoine Jacoutot
2014-08-24Drop uneeded parenthesis in usage().Antoine Jacoutot
2014-08-24Drop unused variables.Antoine Jacoutot
2014-08-24In debug mode, make it clear when we are using the default flags whenAntoine Jacoutot
2014-08-24In debug mode (`-d'), only print the flags relevant to the rc.d(8) we areAntoine Jacoutot
2014-08-22disable use of bind in base; in the base use nsd/unbound instead.Theo de Raadt
2014-08-22Set the default nfsd flags to "-tun 4". Matches the commentJonathan Gray
2014-08-21Drop sanitation, _rc_parse_conf does this for us already.Antoine Jacoutot
2014-08-17When running interactively, display the output of the "check" actionAntoine Jacoutot
2014-08-11Typo.Antoine Jacoutot
2014-08-11Let _rc_parse_conf stick to parsing /etc/rc.conf and /etc/rc.conf.localMatthias Kilian
2014-08-11Make it possible to pass arguments to _rc_parse_conf().Antoine Jacoutot
2014-08-01Don't return, just skip over non existing rc.conf or rc.conf.local file.Robert Peichaer
2014-07-31In debug mode, properly sort and drop duplicates so that we don't endAntoine Jacoutot
2014-07-30Fix evil typo (multicast_hosts -> multicast_host).Antoine Jacoutot
2014-07-22Enable httpd(8) in the builds to get more testing, feedback andReyk Floeter
2014-07-20Stop using the (now) internal rc.subr functions _rc_do() and _rc_wait().Robert Peichaer
2014-07-18Since syslog messages are now sent via the sendsyslog(2) system call,Theo de Raadt
2014-07-17Unbreak after the rc_do->_rc_do and rc_wait->_rc_wait renaming.Antoine Jacoutot
2014-07-13rc.d script for iscsid.Claudio Jeker
2014-07-12replace the heavy shell magic in quirks to handle backward compat with simplerRobert Nagy