| Age | Commit message (Expand) | Author |
| 2004-01-06 | Implement ``one'' prefix to allow a "one shot" operation as if | lukem |
| 2003-07-26 | Add "*,v" to the list of scratch files to skip. | lukem |
| 2003-07-04 | Revert previous; the "return" if rc.subr had already loaded had issues | lukem |
| 2003-06-27 | If _rc_subr_loaded=true, "return" immediately, otherwise set that var | lukem |
| 2003-06-27 | run_rc_command(): when checking if ${command} exists before executing it, | lukem |
| 2003-06-03 | Use more concise shell syntax: | christos |
| 2003-01-05 | Fix 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 it | lukem |
| 2003-01-04 | Change how internal boolean variables are used to: | lukem |
| 2002-08-26 | Append ' - see rc.conf(5)' to unset variable warning: | abs |
| 2002-07-25 | add test for /usr/bin/logger in warn/err. | grant |
| 2002-07-08 | Add systrace(1) support to rc.subr. Most services (eg, ${name} is | atatat |
| 2002-05-21 | When using backup_uses_rcs=YES in backup_file(), after checking the file | lukem |
| 2002-04-18 | consistently set rc_(fast|force)=yes | lukem |
| 2002-03-27 | Replace $critical_filesystems_beforenet with $critical_filesystems_local . | lukem |
| 2002-03-22 | - Rename a bunch of "internal" run_rc_command() variables and officially | lukem |
| 2002-03-21 | - Add run_rc_command() control variable $command_interpreter | lukem |
| 2002-03-13 | Use ${_arg}_postcmd even if we're not using the default ${_arg}_cmd method. | lukem |
| 2002-03-13 | Implement ${_arg}_postcmd support, which is run if a default | lukem |
| 2002-02-25 | Fixes derived from [bin/15563] submitted by Ron Roskens: | lukem |
| 2002-02-25 | fix spelo. crank copyright year | lukem |
| 2002-02-25 | Don't run "status" as if "force" is set, thus reverting part of rev 1.29. | lukem |
| 2002-02-25 | run_rc_script() improvements: | lukem |
| 2001-11-19 | Add reverse_list(), which prints the reverse of the list of words. | lukem |
| 2001-06-18 | Improve run_rc_script(): | lukem |
| 2001-05-10 | When 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-07 | Don't try and use single quotes in the RHS of a ${ :+ } expansion | lukem |
| 2001-04-18 | * provide wait_for_pids(), which spins until all the given pids don't exist | lukem |
| 2001-04-06 | clarify that ${name}_groups is comma separated | lukem |
| 2001-04-04 | Provide the capability of storing backups via RCS instead of just a | atatat |
| 2001-02-28 | various 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-06 | when doing `status', return non-zero if the program isn't running. | lukem |
| 2000-11-05 | when running `forcerestart', call the underlying `stop' and `start' | lukem |
| 2000-10-07 | use ${foo##*/} instead of `basename $foo`. as suggested (with minor variation) | lukem |
| 2000-10-01 | remove unnecessary leading `$' on warnings printed for $required_dirs | lukem |
| 2000-09-19 | - only perform the checkyesno on the variable named in $rcvar (rather than | lukem |
| 2000-08-19 | support ${name}_nice even when using ${name}_chroot. per discussion with mrg... | lukem |
| 2000-08-17 | add support for ${name}_chroot, which chroot(8)s before running the command. | lukem |
| 2000-07-20 | in err() and warn() put a : between the ERROR/WARNING label and the message | lukem |
| 2000-06-09 | Add and rc.conf.d directory. If a config file for command X exists | fvdl |
| 2000-05-13 | Implement load_rc_config(), which takes the config name as an argument. | lukem |
| 2000-05-13 | implement 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-30 | change run_rc_command() to take the list of extra commands supported | lukem |
| 2000-04-28 | in check_pidfile and check_process, also match "(" + `basename prog` + ")" . | lukem |
| 2000-04-26 | don't bother checking rc_configured each time run_rc_command executes; once i... | lukem |
| 2000-04-22 | revert previous; the fast-start functionality already existed, and | lukem |
| 2000-04-19 | Add an "rc_fastboot" variable check in rc.subr, that if set adds | simonb |