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-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
2014-08-25
Simplify rm_from_pkg_scripts(); minus ten lines; no functional change;
Ingo Schwarze
2014-08-25
Display usage on 2 lines.
Antoine Jacoutot
2014-08-24
Delete the function svc_get_all().
Ingo Schwarze
2014-08-24
Whitelisting allowed services is safer and less confusing than
Ingo Schwarze
2014-08-24
Start all error messages with "rcctl: " such that it is clear where
Ingo Schwarze
2014-08-24
Add a comment to unconfuse Ingo :-)
Antoine Jacoutot
2014-08-24
Drop obvious comments.
Antoine Jacoutot
2014-08-24
reduce indentation of main program by one tab, no functional change
Ingo Schwarze
2014-08-24
Fix args to needs_root() when using "disable" (broken in the v1.9
Antoine Jacoutot
2014-08-24
Since rcctl(8) can changes the position of such and such variable, sort
Antoine Jacoutot
2014-08-24
Make it possible to pass `-d' and `-f' to the rc.d(8) script.
Antoine Jacoutot
2014-08-21
add $OpenBSD$
Jonathan Gray
2014-08-21
Make "rcctl status" output match rc.conf(8) format.
Antoine Jacoutot
[next]