Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | base-files: rename internal variables in config_foreach to make namespace ↵ | Felix Fietkau | 2012-04-21 | 1 | -4/+4 | |
| | | | | | | conflicts more unlikely SVN-Revision: 31431 | |||||
* | base-files: split service related functions off to /lib/functions/service.sh | Felix Fietkau | 2012-03-20 | 1 | -128/+0 | |
| | | | | SVN-Revision: 31042 | |||||
* | base-files: remove trailing whitespaces from lib/functions.sh | Gabor Juhos | 2012-03-02 | 1 | -10/+10 | |
| | | | | SVN-Revision: 30775 | |||||
* | package/base-files: enhance service functions | Nicolas Thill | 2011-11-12 | 1 | -13/+27 | |
| | | | | | | | | * allow matching process by name (useful for processes changing it) * check if first argument is executable * fix function name used in error messages SVN-Revision: 28991 | |||||
* | package/base-files: /lib/functions.sh: add {group,user}_{add,exists} functions | Nicolas Thill | 2011-11-09 | 1 | -0/+37 | |
| | | | | SVN-Revision: 28871 | |||||
* | package/base-files: /lib/functions.sh: let service_stop exit early if no ↵ | Nicolas Thill | 2011-11-08 | 1 | -1/+1 | |
| | | | | | | matching process to stop where found SVN-Revision: 28870 | |||||
* | package/base-files: enhance & cleanup service wrappers | Nicolas Thill | 2011-11-08 | 1 | -26/+40 | |
| | | | | | | | | | * add service_check function for checking if a process is alive * add service_signal for sending arbitrary signals to a process * change service_stop to send a TERM signal first, wait for the process to die and send a KILL signal if it doen't * have service_kill print a warning on STDERR stating it has been deprecated SVN-Revision: 28865 | |||||
* | package/base-files: move service* functions from /etc/rc.common to ↵ | Nicolas Thill | 2011-11-08 | 1 | -0/+82 | |
| | | | | | | /lib/functions.sh SVN-Revision: 28864 | |||||
* | package/base-files: move /etc/functions.sh to /lib/functions.sh | Nicolas Thill | 2011-11-08 | 1 | -0/+320 | |
SVN-Revision: 28857 |