]> git.pld-linux.org Git - projects/rc-scripts.git/history - rc.d/init.d/functions
- i don't think cat output is localized
[projects/rc-scripts.git] / rc.d / init.d / functions
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()
2006-11-25 siefca- added important check in forcedeth_workaround() which...
2006-11-25 siefca- added Wake-On-Lan work-around for nForce ethernet...
2006-11-01 Elan RuusamäeIgnore errors if msg cachefile can not be written ...
2006-10-19 Elan RuusamäeAvoid heredoc, pdksh makes tmpfile then.
2006-09-26 Elan RuusamäeAdd checking of msg cache validity. $TPUT and $GETTEXT...
2006-09-18 Elan RuusamäeAllow /usr being mounted afterwards.
2006-09-18 Elan RuusamäeCorrected tput check.
2006-09-18 Elan RuusamäeTrap and hide errors when reading msg cachefile.
2006-09-17 Elan RuusamäePunctuation.
2006-09-17 Elan RuusamäeNo need to force any settings for initng.
2006-09-17 Elan RuusamäeCache colors in filesystem too.
2006-09-17 Elan Ruusamäebusy(), ok(), started(), are constant so their values...
2006-09-17 Elan RuusamäeBuffer show() function so the display to be more smooth.
2006-09-17 Elan RuusamäeCorrect show() function printf handling.
2006-09-17 Elan RuusamäeCache termput calls within same script.
2006-09-17 Elan RuusamäeKill bogus +arg checks.
2006-09-17 Elan RuusamäeAlways use cached in show() function (There's no benef...
2006-09-17 Elan RuusamäeCleanup nls() function.
2006-09-17 Elan RuusamäeAvoid overwriting global NLS_DOMAIN if can do without.
2006-09-17 Elan RuusamäeKeep state of have gettext and have tput per whole...
2006-09-17 Elan RuusamäeUse buggy awk-printf wrapper only if /bin/printf is...
2006-02-26 Elan RuusamäeDisable colors and enable FASTRC for initng.
2006-02-23 Elan RuusamäeWe are PLD Linux (not just PLD).
2006-01-20 Jan Rękorajski- skip filter_chroot() in vserver
2005-11-24 Jan Rękorajski- remove duplicate entries in vserver guest /etc/mtab
2005-11-17 Jan Rękorajski- fixed vserver detection with legacy vserver code...
2005-10-26 Jan Rękorajski- more vim setting removed (don't convert tabs to spaces)
2005-10-25 Jan Rękorajski- typo
2005-10-25 Jan Rękorajski- detect if run inside vserver and ignore rc_splash...
2005-10-25 Jan Rękorajski- better detection of tput functionality
2005-10-17 Jan Rękorajski- RC_LOGGING should be checked against "no"
2005-10-17 Jan Rękorajski- clean solution for initlog/minilogd: RC_LOGGING setting,
2005-09-05 Arkadiusz MiśkiewiczAdd support for whole path in pidfile.
2005-08-24 Arkadiusz MiśkiewiczFix is_yes in cpuset stuff. Quote file paths when doing...
next
This page took 0.515391 seconds and 107 git commands to generate.