Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-10 | functions: Add missing quotes in mount_all() | Kurt J. Bosch | |
Prevent any word splitting where not intended. | |||
2011-07-10 | functions: Get rid of superfluous braces in udevd_modprobe() | Kurt J. Bosch | |
Braces are not needed in this case as a variable name can not begin with a number. | |||
2011-07-10 | rc.sysinit: Fix stat_busy block indentation | Kurt J. Bosch | |
The general rule is now: Align stat_{fail,done} with stat_busy | |||
2011-07-02 | functions/rc.single: Clean up whitespace | Kurt J. Bosch | |
2011-06-28 | rc.sysinit: Add status output for mtab and dmesg.log creation | Kurt J. Bosch | |
2011-06-28 | rc.sysinit: Refactor /etc/mtab symlink detection to avoid empty if clause | Kurt J. Bosch | |
2011-06-28 | Move export PATH into functions | Kurt J. Bosch | |
Also sanitze the PATH for rc.single, rc.multi, rc.local and daemons. | |||
2011-06-28 | functions: Make activate_vgs return 0 if noop for consistency | Kurt J. Bosch | |
2011-06-28 | Move activate_vgs and crypt stat_busy to the top for consistency | Kurt J. Bosch | |
2011-06-28 | Move fsck executable check into fsck_all() for consistency | Kurt J. Bosch | |
2011-06-28 | rc.sysinit: Get rid of eval | Kurt J. Bosch | |
2011-06-28 | Refactor to get rid of simple if-constucts | Kurt J. Bosch | |
2011-06-28 | functions: Simplify kill_everything() omit_pid handling | Kurt J. Bosch | |
All credits go to: Dave Reisner <d@falconindy.com> | |||
2011-06-28 | functions: Simplify ck_depends() for statement | Kurt J. Bosch | |
2011-06-28 | Add some comments | Kurt J. Bosch | |
2011-06-28 | functions: Define $fsckret read-only because exposed to hook | Kurt J. Bosch | |
2011-06-28 | Fix local statements missing in ck_depends, ck_pidfile, do_unlock, ↵ | Kurt J. Bosch | |
kill_everything | |||
2011-06-28 | Fix '>|' not used allways when redirecting to files | Kurt J. Bosch | |
This avoids errors if one should set the noclobber shell option somewhere (within a daemon script or some custom function). We already had this, but it seems gone lost mostly. | |||
2011-06-28 | rc.sysinit: Fix setting locale | Kurt J. Bosch | |
When using process substitution with status(), the resulting /dev/fd/* might get lost before it is actualy used. This happens in case a custom stat_busy() forks a subshell. | |||
2011-06-28 | rc.sysinit: Fix writing to /dev/urandom | Kurt J. Bosch | |
Note: The code status "$text" $command > $file writes nothing because there's a &>/dev/null within status(). | |||
2011-06-28 | functions: Fix indentation | Kurt J. Bosch | |
2011-06-28 | Fix whitespace | Kurt J. Bosch | |
2011-06-27 | rc.d: clear text formatting after error | Jacob Okamoto | |
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> | |||
2011-06-27 | Merge remote-tracking branch 'seblu/master' | Tom Gundersen | |
2011-06-27 | Use _get_comp_words_by_ref in bash completion | Sebastien Luttringer | |
Thanks Dave Reisner for suggestion Signed-off-by: Sebastien Luttringer <seblu@seblu.net> | |||
2011-06-25 | network: don't warn for deprecation with no settings | Dave Reisner | |
Signed-off-by: Dave Reisner <dreisner@archlinux.org> | |||
2011-06-25 | hwclock: show status | Tom Gundersen | |
Signed-off-by: Tom Gundersen <teg@jklm.no> | |||
2011-06-25 | hwclock: use correct timezone | Tom Gundersen | |
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> | |||
2011-06-25 | trivial: silence errors | Tom Gundersen | |
This is a cleanup of a commit 171da3d. 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> | |||
2011-06-24 | Simplify /etc/profile.d/locale.sh creation | Kurt J. Bosch | |
2011-06-24 | Get rid of simple if-constucts by using '&&' | Kurt J. Bosch | |
2011-06-24 | rc.multi/rc.single: Merge duplicated bootlogd stop code into a function | Kurt J. Bosch | |
2011-06-24 | rc.sysinit/rc.single: Merge UDev stuff into a function | Kurt J. Bosch | |
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 | |||
2011-06-24 | Simplify in_array function | Kurt J. Bosch | |
2011-06-24 | Some more cosmetics | Kurt J. Bosch | |
2011-06-24 | Simplify random seed file creation | Kurt J. Bosch | |
2011-06-24 | Fix bootlogd not stopped when booting into runlevel '1' | Kurt J. Bosch | |
2011-06-24 | rc.single: Avoid rc.multi syslog start error - use minilogd as in rc.sysinit | Kurt J. Bosch | |
2011-06-24 | Simplify unmounting filesystems | Kurt J. Bosch | |
This also keeps all tmpfs allways. Some might be in still in use because of a running splash daemon etc. | |||
2011-06-24 | Simplify rc.single udevadm stuff as in rc.sysinit | Kurt J. Bosch | |
2011-06-24 | Some cosmetics | Kurt J. Bosch | |
2011-06-24 | Simplify API filesystems mounting | Kurt J. Bosch | |
2011-06-24 | Simplify keyboard map loading by using loadkeys autodetection | Kurt J. Bosch | |
2011-06-24 | Simplify creating files by using /bin/install | Kurt J. Bosch | |
2011-06-24 | Simplify timezone copying | Kurt J. Bosch | |
Error/stat_fail when $TIMEZONE is invalid instead of skipping silently. | |||
2011-06-24 | Fix hwclock comments | Kurt J. Bosch | |
2011-06-23 | functions: warn if daemons are started recursively | Tom Gundersen | |
In particular, recomend against using ck_depends. Signed-off-by: Tom Gundersen <teg@jklm.no> | |||
2011-06-23 | added get_pid() and ck_pidfile() (FS#18654) | Andrwe Lord Weber | |
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> | |||
2011-06-22 | Move mount -a into functions to allow custom override (fsck on loop) | Kurt J. Bosch | |
2011-06-22 | Allow custom fsck on shutdown via hook (FS#18736) | Kurt J. Bosch | |