summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-08Merge branch 'master' of git://projects.archlinux.org/initscripts2011.09.8Nicolás Reynolds
2011-08-25shutdown: rely on init being installed by the initrdTom Gundersen
2011-08-25sutdown: support both poweroff and rebootTom Gundersen
2011-08-20Clean up more ANSI codes from /var/log/boot (close FS#25682)Tom Gundersen
2011-08-20boot.log: clean ANSI codesTom Gundersen
2011-08-19rc.d: clarify error when [[ -x /etc/rc.d/$i ]] failsDave Reisner
2011-08-19network: error out on missing or unknown interfaceDave Reisner
2011-08-19locale.sh: added missing file to gitTom Gundersen
2011-08-18functions: fix typo in warning messageTom Gundersen
2011-08-05locale: make /etc/profile.d/locale.sh dynamicTom Gundersen
2011-08-04/usr: clarify warning a bitTom Gundersen
2011-08-04/usr: move all executables from /sbin to /usr/sbinTom Gundersen
2011-08-03arch-tmpfiles: avoid subshell in creating empty filesDave Reisner
2011-08-02Merge branch 'pivot-shutdown'Tom Gundersen
2011-08-02/usr: warn on separate usrTom Gundersen
2011-07-28NEED_ROOT: default to off2011.07.3Tom Gundersen
2011-07-26shutdown: pivot into a shutdown ramfsTom Gundersen
2011-07-26Merge remote-tracking branch 'falconindy/working'show2011.07.2Tom Gundersen
2011-07-26tmpfiles.conf: fix improper creation of /var/run/utmpDave Reisner
2011-07-26Add /etc/tmpfiles.d into makefileSebastien Luttringer
2011-07-25network: reword depracation message2011.07.1Tom Gundersen
2011-07-24arch-tmpfiles: add cmdline parametersDave Reisner
2011-07-24arch-tmpfiles: check args, warn on invalid entriesDave Reisner
2011-07-24Merge remote-tracking branch 'kujub/master'Tom Gundersen
2011-07-24arch-tmpfiles: add new script to handle volatile file controlDave Reisner
2011-07-22rc.shutdown: Move 'run_hook shutdown_start' after "Initiating Shutdown..."Kurt J. Bosch
2011-07-17rc.sysinit: Move 'run_hook sysinit_start' after mount root read-onlyKurt J. Bosch
2011-07-17functions: Cosmetics: Refactor usage of local daemon variablesKurt J. Bosch
2011-07-17Fix/unify quotingKurt J. Bosch
2011-07-17functions: Unify whitespace inside '(( ))'Kurt J. Bosch
2011-07-17functions: Remove useless '$' within '(( ))'Kurt J. Bosch
2011-07-12rc.single: Call remove_leftover() when going single-userKurt J. Bosch
2011-07-12functions/rc.sysinit: Refactor 'Removing Leftover Files' codeKurt J. Bosch
2011-07-12rc.sysinit: Fix /tmp/.* patternKurt J. Bosch
2011-07-12functions: Make in_array() non DAEMONS specificKurt J. Bosch
2011-07-12functions: Use ck_autostart in stop_all_daemons()Kurt J. Bosch
2011-07-12rc.sysinit: fixup fsck refactoringKurt J. Bosch
2011-07-10Merge remote-tracking branch 'seblu/master'Tom Gundersen
2011-07-10rc.single: Remove $PATH assignmentKurt J. Bosch
2011-07-10rc.sysinit: Simplify /var/run/daemons workaroundKurt J. Bosch
2011-07-10functions/netfs: Refactor filesystem type lists and $NETFSKurt J. Bosch
2011-07-10netfs: Refactor to provide meaningful exit codeKurt J. Bosch
2011-07-10netfs: Strip paths from binariesKurt J. Bosch
2011-07-10netfs: cleanup whitespaceKurt J. Bosch
2011-07-10functions: Speed up reboot/shutdown by recognizing killall5 exit code 2Kurt J. Bosch
2011-07-10functions: Make status() return the actual exit codeKurt J. Bosch
2011-07-10rc.sysinit: Remove unneeded variables initializationsKurt J. Bosch
2011-07-10functions/rc.sysinit: Refactor fsck-redirection to prevent breakageKurt J. Bosch
2011-07-10rc.sysinit: Declare $FORCEFSCK read-onlyKurt J. Bosch
2011-07-10Refactor kill_everything, fsck_all and mount_all codeKurt J. Bosch