]> git.pld-linux.org Git - projects/rc-scripts.git/history - rc.d/init.d/functions
avoid shift() error when program called with no actions in _upstart_controlled; tabs
[projects/rc-scripts.git] / rc.d / init.d / functions
2011-08-19 Elan Ruusamäeavoid shift() error when program called with no actions...
2011-08-13 Elan Ruusamäeallow $USE_UPSTART from env to preceed USE_UPSTART...
2011-07-18 Elan Ruusamäe- fuser is in /bin since psmisc-22.5-2
2011-06-27 Jan Rękorajski- fix local variable
2011-06-27 Jan Rękorajski- fix kernelver* functions
2011-06-20 Elan Ruusamäe- compat mode for old kernels, where network lock was...
2011-03-08 Arkadiusz MiśkiewiczRevert previous commit. Fix is_module instead to do...
2011-02-09 Elan Ruusamäeadd killproc -p alias
2010-12-12 Elan Ruusamäeadd --user support to run_cmd
2010-12-03 Arkadiusz Miśkiewicz__umount_*loop from FC.
2010-11-06 Arkadiusz MiśkiewiczDetect isolation only vserver networking. New variable...
2010-06-08 Jacek Konieczny- /proc/cmdline may be unavailable (like in a VServer...
2010-05-17 Elan Ruusamäe- ok to exit silently in ssd mode of killproc, no need...
2010-05-10 Elan Ruusamäe- note about two modes in daemon
2010-05-10 Jacek Konieczny- 'dropcaps' and 'start-stop-daemon-pid-check' patches...
2010-05-10 Jacek Konieczny- properly quote is_yes() argument
2010-05-10 Jacek Konieczny- upstart_native branch merged
2010-05-10 Jacek Konieczny- use 'configtest' before restart/reload if available
2010-05-07 Jacek Konieczny- --except option for upstart_controlled to simplify...
2010-05-07 Jacek Konieczny- try-restart LSP action implemented
2010-05-06 Jacek Konieczny- fixes
2010-05-06 Jacek Konieczny- rewriting 'service', 'chkconfig' and others will...
2010-05-06 Jacek Konieczny- utility functions for upstart event-based boot
2010-04-07 Elan Ruusamäe- add --redirfds similar to --closefds
2010-02-08 Elan Ruusamäe- skip dead pids in status() with --pidfile, or is...
2010-01-15 Arkadiusz MiśkiewiczUse two separate tests instead of single double test...
2009-11-19 Elan Ruusamäe- with --pidfile set in status(), don't make wrong...
2009-11-19 Elan Ruusamäe- fix weird typo
2009-11-19 Elan Ruusamäe- if pidfile specified, pid must be there, don't fallba...
2009-11-17 Elan Ruusamäe- partial merge of baggin's busybox branch changes
2009-11-17 Elan Ruusamäe- status -p shortopt for --pidfile
2009-07-16 Arkadiusz MiśkiewiczUpdate LINES correctly.
2009-07-16 Arkadiusz MiśkiewiczOn IPMI serial console COLUMNS ends up with negative...
2009-06-03 Elan Ruusamäe- update path
2009-05-26 zbyniu- don't kill -KILL (in start-stop-daemon), try TERM...
2009-03-19 Elan Ruusamäe- use "local" not "typeset" (compatible with: pdksh...
2009-03-09 Jan Rękorajski- use exntended regexp functionality
2009-03-09 Jan Rękorajski- man grep, "Direct invocation as either egrep or fgrep...
2009-03-09 Jan Rękorajski- man grep, glen. "Direct invocation as either egrep...
2009-03-09 Elan Ruusamäe- /proc/mounts isn't localized and it has fixed format...
2009-03-09 Jan Rękorajski- use /proc/mounts if available for checking mounted fs
2009-03-09 Jan Rękorajski- added is_fsmounted function to check if a given files...
2009-03-06 Elan Ruusamäe- daemon() startup errors dump to stderr
2009-02-19 Arkadiusz Miśkiewicz- 15 seems to be normal color on 16 and 256 color consoles
2009-02-19 Elan Ruusamäe- typo
2009-02-17 Tomasz Pala- added {waitname:+--name $waitname} to ssd, otherwise...
2009-02-16 Tomasz Pala- keep one style of spacing, do not pollute sh with...
2009-02-16 Tomasz Pala- expand relative --pidfile to absolute /var/run path...
2009-02-12 Elan Ruusamäe- calculate default INIT_COL from terminal size
2009-02-09 Elan Ruusamäe- typo
2009-02-04 Paweł Gołaszewski- makepid functionality to daemon function
2008-12-25 Jakub Bogusz- optional argument in square brackets
2008-12-16 Elan Ruusamäe- add usage for killproc
2008-12-16 Elan Ruusamäe- try ssd for killproc. needs pidfile to work reliably
2008-11-30 Elan Ruusamäe- add --pidfile to status()
2008-11-05 Elan Ruusamäe- add --chdir to daemon()
2008-11-05 Elan Ruusamäe- -u is for stopping in ssd
2008-10-13 Tomasz Pala- unified function definitions (line-saving way),
2008-10-12 Tomasz Pala- start-stop-daemon uses -c not -u to change UID
2008-06-01 Arkadiusz MiśkiewiczExport ISATTY. Calling this test from inside of initlog...
2008-05-19 Elan Ruusamäe- tabs
2008-05-19 Elan Ruusamäe- try not to use initlog if $RC_LOGGING is off (avoits...
2008-05-19 Elan Ruusamäe- add --pidfile to daemon()
2008-04-27 Elan Ruusamäe- disable log_success/log_failed when RC_LOGGING is off
2008-04-27 Elan Ruusamäe- utf8
2008-04-24 Elan Ruusamäe- make stripping string suffixes from EXTRAVER more...
2008-04-23 Elan Ruusamäe- handle also `uname -r` returning "2.6.25-1"
2008-04-23 Elan Ruusamäe- fix for kernels whose release is "2.6.25_vanilla...
2007-12-27 Elan Ruusamäe- handle when there's no terminal attached (f.e gui...
2007-11-26 Elan Ruusamäe- tab-safe is_empty_file() now (from rc.modules)
2007-11-09 Elan Ruusamäe- add is_empty_file() function
2007-11-06 Elan Ruusamäe- missing shift for nice level parsing in daemon()...
2007-11-02 Elan Ruusamäe- ksh doesn't like $2 in # modifier
2007-11-01 Elan Ruusamäe- strstr() from fedora initscripts
2007-11-01 Elan Ruusamäe- disable_selinux(), relabel_selinux(), clean_vserver_m...
2007-11-01 Elan Ruusamäe- local vars
2007-11-01 Elan Ruusamäe- drop redhat/mandrake compat
2007-11-01 Elan Ruusamäe- drop unneeded subshell
2007-11-01 Elan Ruusamäe- use shell construct to test is pathname full path
2007-11-01 Elan Ruusamäe- use shell constructs for basename()
2007-11-01 Elan Ruusamäe- avoid endless loop when one puts --user after daemon...
2007-11-01 Elan Ruusamäe- shell version
2007-11-01 Elan Ruusamäe- set ulimits with one awk call in daemon()
2007-10-31 Elan Ruusamäe- typo?
2007-07-03 Elan Ruusamäe- do not depend on which command to find rpcinfo
2007-05-09 Elan Ruusamäe- keep /etc/mtab permissions (whatever they are) inside...
2007-04-27 Jan Rękorajski- restore stderr redirection
2007-04-27 Jan Rękorajski- replace awk usage with shell constructs
2007-04-26 Jan Rękorajski- removed unneeded termput hpa
2007-04-26 Jan Rękorajski- shell magic fixing screwed dots in show() on serial...
2007-04-26 Jan Rękorajski- unify command substitution (`` -> $())
2007-04-26 Jan Rękorajski- typeset local in check_portmapper
2007-04-26 Jan Rękorajski- generic check_portmapper function
2007-04-14 Paweł Gołaszewski- allow to have more than one line in pidfile
2007-02-27 Elan Ruusamäe- vim autodetects syntax from shebang
2007-01-28 Elan Ruusamäe- $CONSOLETYPE used only in rc.sysinit
2007-01-28 Elan Ruusamäe- termput() cannot cache in shell vars as it's always...
2006-12-05 Elan RuusamäeStore cachefile in /var, read/write errors are ignored...
2006-11-26 Arkadiusz MiśkiewiczRevert nVidia madness. rc-scripts is not a place for...
2006-11-26 siefca- small improvement in forcedeth_wourkaround()
next
This page took 0.77167 seconds and 107 git commands to generate.