index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
rcctl
Age
Commit message (
Expand
)
Author
2015-01-18
Drop backward compat syntax.
Antoine Jacoutot
2015-01-12
Make sure the given user exists.
Antoine Jacoutot
2015-01-12
Make it possible to reset "timeout" to the default value.
Antoine Jacoutot
2015-01-12
"timeout" must be a positive integer.
Antoine Jacoutot
2015-01-08
"default" is gone.
Antoine Jacoutot
2015-01-08
Clarify and simplify.
Antoine Jacoutot
2015-01-07
Tweaks from jmc@
Antoine Jacoutot
2015-01-07
Start tweaking a bit.
Antoine Jacoutot
2015-01-06
Simplify special vars argument checking; invalidating some bogus constructs
Antoine Jacoutot
2015-01-06
While on death-row, 'rcctl status' still is still allowed for now -- so
Antoine Jacoutot
2015-01-06
Sync with new rcctl usage. Will get some much needed love within the next
Antoine Jacoutot
2015-01-06
Rename some internal variables (flag and flags is way too error-prone):
Antoine Jacoutot
2015-01-06
Major rcctl(8) rewrite to simplify it and add new features. It can now
Antoine Jacoutot
2015-01-01
Drop redundant FUNCS_ONLY.
Antoine Jacoutot
2014-12-30
Rename a few functions name. Will help factorize some stuffs.
Antoine Jacoutot
2014-12-30
do not print an empty order in case pkg_scripts is undefined
Robert Nagy
2014-12-30
add_flags() does not need any action argument.
Antoine Jacoutot
2014-12-29
document ordering more explicitly;
Ingo Schwarze
2014-12-24
Implement some kind ordering in the startup of package script daemons.
Antoine Jacoutot
2014-12-23
Consistency: put variables between curly braces.
Antoine Jacoutot
2014-11-01
Simplify.
Antoine Jacoutot
2014-10-31
Make default output matches status. Hackish but we are not allowed to
Antoine Jacoutot
2014-10-31
Useless use of sed(1).
Antoine Jacoutot
2014-10-27
Ensure proper separation of grep's options and rcctl options that
Robert Peichaer
2014-10-15
Add a new ls_rcscripts() function to properly get all rc.d(8) scripts
Antoine Jacoutot
2014-10-13
Carefully quote the flags argument such that leading blank characters
Ingo Schwarze
2014-10-13
document the "default" subcommand more precisely;
Ingo Schwarze
2014-10-11
Fix a small bug in rcctl status <daemon>:
Ingo Schwarze
2014-10-11
Add a new "default" command to display the default flags and whether a
Antoine Jacoutot
2014-10-10
Actually use built-in print like rc.subr already does.
Antoine Jacoutot
2014-10-10
Use printf(1) to prevent '-e' in daemon_flags from being fed as an
Antoine Jacoutot
2014-10-10
Allow passing flags without arguments for special variables.
Antoine Jacoutot
2014-09-01
Fix evil typo.
Antoine Jacoutot
2014-08-31
Add Ingo's copyright as per his request.
Antoine Jacoutot
2014-08-31
No need to update daemon_flags in the enviroment anymore since the
Antoine Jacoutot
2014-08-31
Document that exit code 2 indicates a non-existent service.
Antoine Jacoutot
2014-08-30
When a service is not available, return ENOENT.
Antoine Jacoutot
2014-08-29
Additional input validation:
Ingo Schwarze
2014-08-29
Simplify append_to_pkg_scripts(), in particular avoid the expensive
Ingo Schwarze
2014-08-29
Document the fact that 'enable' can also be used to modify flags even if
Antoine Jacoutot
2014-08-28
Drop check and tweak comment.
Antoine Jacoutot
2014-08-28
Simplify.
Antoine Jacoutot
2014-08-28
Consistency in conditionals; no functional change.
Antoine Jacoutot
2014-08-27
Disentangle svc_default_enabled_flags() and svc_get_flags().
Ingo Schwarze
2014-08-26
Simplify the function add_flags().
Ingo Schwarze
2014-08-25
Base system special services have no flags, so move the test for them
Ingo Schwarze
2014-08-25
get rid of the tempfile in svc_default_enabled_flags();
Ingo Schwarze
2014-08-25
rc.d scripts are shell scripts and need to be sourced in svc_get_flags().
Antoine Jacoutot
2014-08-25
For functions that take args, return immediately if no args is passed.
Antoine Jacoutot
2014-08-25
Cope with some weird rc.conf.local file like "foobar" in pkg_scripts
Antoine Jacoutot
[next]