- 27 Jun, 2011 1 commit
-
-
Jacob Okamoto authored
Patch to fix FS#24879, clearing terminal text formatting after nonexistent daemon script failure in rc.d. Signed-off-by:
Jacob Okamoto <jacobokamoto@gmail.com> Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
- 26 Jun, 2011 2 commits
-
-
Tom Gundersen authored
-
Sébastien Luttringer authored
Thanks Dave Reisner for suggestion Signed-off-by:
Sebastien Luttringer <seblu@seblu.net>
-
- 25 Jun, 2011 1 commit
-
-
Dave Reisner authored
Signed-off-by:
Dave Reisner <dreisner@archlinux.org>
-
- 24 Jun, 2011 20 commits
-
-
Tom Gundersen authored
Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
Tom Gundersen authored
To avoid setting the kernel timezone with an out-of-date /etc/localtime, we pass TZ directly to hwclock. Also document how TIMEZONE and HARDWARECLOCK are optional in rc.conf Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
Tom Gundersen authored
This is a cleanup of a commit 171da3d7 . We get errors because /tmp/. and /tmp/.. cannot be deleted on boot. Send them to /dev/null. Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
Kurt J. Bosch authored
-
Kurt J. Bosch authored
-
Kurt J. Bosch authored
-
Kurt J. Bosch authored
rc.single changes (when coming from multi-user): * avoid settling UDev quietly as in rc.sysinit * modules defined in rc.conf are loaded if missing * minilogd is started before udevd as in rc.sysinit rc.sysinit behaviour is unchanged
-
Kurt J. Bosch authored
-
Kurt J. Bosch authored
-
Kurt J. Bosch authored
-
Kurt J. Bosch authored
-
Kurt J. Bosch authored
-
Kurt J. Bosch authored
This also keeps all tmpfs allways. Some might be in still in use because of a running splash daemon etc.
-
Kurt J. Bosch authored
-
Kurt J. Bosch authored
-
Kurt J. Bosch authored
-
Kurt J. Bosch authored
-
Kurt J. Bosch authored
-
Kurt J. Bosch authored
Error/stat_fail when $TIMEZONE is invalid instead of skipping silently.
-
Kurt J. Bosch authored
-
- 23 Jun, 2011 2 commits
-
-
Tom Gundersen authored
In particular, recomend against using ck_depends. Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
Andrwe Lord Weber authored
Implemented suggestions of Dave. get_pid: Arguments: programname Returns: PID of program ck_pidfile: Arguments: PID-file programname Returns: 0 - PID in PID-file is of program 1 - PID in PID-file is not of program Signed-off-by:
Andrwe Lord Weber <archlinux@andrwe.org> Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
- 22 Jun, 2011 4 commits
-
-
Kurt J. Bosch authored
-
Kurt J. Bosch authored
-
Kurt J. Bosch authored
-
Kurt J. Bosch authored
-
- 20 Jun, 2011 3 commits
-
-
Tom Gundersen authored
-
Dave Reisner authored
There's no way the ifup|ifdown|rtup|rtdown etc functions will ever hit the new iproute2 based logic. Therefore, always remind the user that this functionality is deprecated. This prevents misusage of the functionality as seen in FS#24714. Signed-off-by:
Dave Reisner <d@falconindy.com>
-
Tom Gundersen authored
In case loading modules enables a frambuffer with higher resolution than the standard 80 columns, we recalculate the number of columns after all modules have been loaded. Original-patch-by:
Aaron Griffin <aaronmgriffin@gmail.com> Original-patch-by:
Søren Poulsen <nikorpoulsen@gmail.com> Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
- 19 Jun, 2011 4 commits
-
-
Dave Reisner authored
Signed-off-by:
Dave Reisner <d@falconindy.com>
-
jofko authored
In some cases is good to know when rc.sysinit is going to use /usr See FS#24712 Signed-off-by:
jofko <joffko@gmail.com> [tomegun: added comment to 'functions' and changed name of hook] Signed-off-by:
Tom Gundersen <teg@jklm.no>
-
Dave Reisner authored
4cad5142 removed the necessity for defining gateway, but we still continued to check for it. Remove this check, as well as the check for netmask. When not supplied, netmask will default to /24. Signed-off-by:
Dave Reisner <d@falconindy.com>
-
Dave Reisner authored
Although silly, this would positively match something such as USRBTRFS=deadeyes Instead, enumerate the match as a simple glob. Signed-off-by:
Dave Reisner <d@falconindy.com>
-
- 18 Jun, 2011 3 commits
-
-
Tom Gundersen authored
-
Dave Reisner authored
This also discards the explicit deletion of the route in network_down, as bringing down the interface will take care of this for us. Addresses FS#24690 Thanks-to: Matthias Dienstbier <matthias_dienstbier@yahoo.de> Signed-off-by:
Dave Reisner <d@falconindy.com>
-
Sébastien Luttringer authored
By default all script should be run as root. If NEED_ROOT=0 is set before loading /etc/rc.d/functions in a rc.d scripts, this will not apply. This allow script with only some part which require root level to call need_root() function at beginning of those parts. Close FS#24095 Signed-off-by:
Sebastien Luttringer <seblu@seblu.net>
-