summaryrefslogtreecommitdiff
path: root/etc/rc.subr
AgeCommit message (Expand)Author
2004-01-06Implement ``one'' prefix to allow a "one shot" operation as iflukem
2003-07-26Add "*,v" to the list of scratch files to skip.lukem
2003-07-04Revert previous; the "return" if rc.subr had already loaded had issueslukem
2003-06-27If _rc_subr_loaded=true, "return" immediately, otherwise set that varlukem
2003-06-27run_rc_command(): when checking if ${command} exists before executing it,lukem
2003-06-03Use more concise shell syntax:christos
2003-01-05Fix logic error I introduced recently into mount_critical_filesystems().lukem
2003-01-05'if ! command;' is not POSIX sh, even though our /bin/sh supports itlukem
2003-01-04Change how internal boolean variables are used to:lukem
2002-08-26Append ' - see rc.conf(5)' to unset variable warning:abs
2002-07-25add test for /usr/bin/logger in warn/err.grant
2002-07-08Add systrace(1) support to rc.subr. Most services (eg, ${name} isatatat
2002-05-21When using backup_uses_rcs=YES in backup_file(), after checking the filelukem
2002-04-18consistently set rc_(fast|force)=yeslukem
2002-03-27Replace $critical_filesystems_beforenet with $critical_filesystems_local .lukem
2002-03-22- Rename a bunch of "internal" run_rc_command() variables and officiallylukem
2002-03-21- Add run_rc_command() control variable $command_interpreterlukem
2002-03-13Use ${_arg}_postcmd even if we're not using the default ${_arg}_cmd method.lukem
2002-03-13Implement ${_arg}_postcmd support, which is run if a defaultlukem
2002-02-25Fixes derived from [bin/15563] submitted by Ron Roskens:lukem
2002-02-25fix spelo. crank copyright yearlukem
2002-02-25Don't run "status" as if "force" is set, thus reverting part of rev 1.29.lukem
2002-02-25run_rc_script() improvements:lukem
2001-11-19Add reverse_list(), which prints the reverse of the list of words.lukem
2001-06-18Improve run_rc_script():lukem
2001-05-10When using rcs to track backups, force the rcs archive to be unlocked,atatat
2001-05-09* change wait_for_pids() to spin forever (rather than just ~ 65 seconds).lukem
2001-05-07Don't try and use single quotes in the RHS of a ${ :+ } expansionlukem
2001-04-18* provide wait_for_pids(), which spins until all the given pids don't existlukem
2001-04-06clarify that ${name}_groups is comma separatedlukem
2001-04-04Provide the capability of storing backups via RCS instead of just aatatat
2001-02-28various speed-ups (and related work):lukem
2000-11-17* always run `status'; i.e, ignore the setting of $rcvar just like `rcvar' does.lukem
2000-11-06when doing `status', return non-zero if the program isn't running.lukem
2000-11-05when running `forcerestart', call the underlying `stop' and `start'lukem
2000-10-07use ${foo##*/} instead of `basename $foo`. as suggested (with minor variation)lukem
2000-10-01remove unnecessary leading `$' on warnings printed for $required_dirslukem
2000-09-19- only perform the checkyesno on the variable named in $rcvar (rather thanlukem
2000-08-19support ${name}_nice even when using ${name}_chroot. per discussion with mrg...lukem
2000-08-17add support for ${name}_chroot, which chroot(8)s before running the command.lukem
2000-07-20in err() and warn() put a : between the ERROR/WARNING label and the messagelukem
2000-06-09Add and rc.conf.d directory. If a config file for command X existsfvdl
2000-05-13Implement load_rc_config(), which takes the config name as an argument.lukem
2000-05-13implement three new variables for run_rc_command:lukem
2000-04-30- prefix some more local variables with `_' (when you have a convention,lukem
2000-04-30change run_rc_command() to take the list of extra commands supportedlukem
2000-04-28in check_pidfile and check_process, also match "(" + `basename prog` + ")" .lukem
2000-04-26don't bother checking rc_configured each time run_rc_command executes; once i...lukem
2000-04-22revert previous; the fast-start functionality already existed, andlukem
2000-04-19Add an "rc_fastboot" variable check in rc.subr, that if set addssimonb