[arch-projects] [initscripts] [GIT] Arch Linux initscripts repository branch master updated. 2011.06.3-115-g1f358f9

Tom Gundersen tomegun at archlinux.org
Sun Jul 17 15:38:51 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Arch Linux initscripts repository".

The branch, master has been updated
       via  1f358f911a0237f4224169c4d225a9ae306e0853 (commit)
       via  1ff5031122b1d16fbeb9c5e00ef366e4527c00ef (commit)
       via  81c36b2f88b03b098bcf41a9036dfe06d081c74f (commit)
       via  f5641931faa2f6cc29985d70b90cc79bf752d62e (commit)
       via  66dd870039a49348516fc68a7e515f370f6a4702 (commit)
       via  8a8163bf69ac0966e7a8b6eec49196e2d366b7a6 (commit)
       via  d980c23c0a5e9020402cd944c701f4e1f44d208d (commit)
       via  b58d073ecd10315931c34d5177b9ce956b310375 (commit)
       via  67a8cea19a353af71227eb077d433e4b9cbe8cd4 (commit)
       via  7cc6e8dc3254e4e061db822511522634d329c2b3 (commit)
       via  bc7f1cd2690ded42cc68f620065c17eaf3140dd4 (commit)
      from  cb7c9e8b87f4aae5b9726c9feac0b36907d6b72d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1f358f911a0237f4224169c4d225a9ae306e0853
Author: Kurt J. Bosch <kjb-temp-2009 at alpenjodel.de>
Date:   Wed Jul 13 11:08:59 2011 +0200

    rc.sysinit: Move 'run_hook sysinit_start' after mount root read-only
    
    Rationale
    
    Currently we have to duplicate at least the mount /proc code line into a
    custom sysinit_start hook to be able to start a splash daemon or something
    in case no initcpio is used.
    Moreover we want to make sure nothing can open files read/write on root
    which would block the read-only remount.
    So running the sysinit_start hook a bit later appears to be more save.

commit 1ff5031122b1d16fbeb9c5e00ef366e4527c00ef
Author: Kurt J. Bosch <kjb-temp-2009 at alpenjodel.de>
Date:   Tue Jul 12 17:38:27 2011 +0200

    functions: Cosmetics: Refactor usage of local daemon variables

commit 81c36b2f88b03b098bcf41a9036dfe06d081c74f
Author: Kurt J. Bosch <kjb-temp-2009 at alpenjodel.de>
Date:   Tue Jul 12 08:56:11 2011 +0200

    Fix/unify quoting
    
    The rules should be:
    
    * Use quotes when literal strings are involved.
    * Use quotes when ever using a substitution which might produce blanks
      as a possitional parameter unless word splitting is intended.
    * Use quotes on the right hand side within '[[ = ]]'
      unless pattern matching is intended.
    * Don't use quotes for substitutions where not needed as in assignments.

commit f5641931faa2f6cc29985d70b90cc79bf752d62e
Author: Kurt J. Bosch <kjb-temp-2009 at alpenjodel.de>
Date:   Tue Jul 12 09:49:58 2011 +0200

    functions: Unify whitespace inside '(( ))'

commit 66dd870039a49348516fc68a7e515f370f6a4702
Author: Kurt J. Bosch <kjb-temp-2009 at alpenjodel.de>
Date:   Tue Jul 12 09:48:40 2011 +0200

    functions: Remove useless '$' within '(( ))'

commit 8a8163bf69ac0966e7a8b6eec49196e2d366b7a6
Author: Kurt J. Bosch <kjb-temp-2009 at alpenjodel.de>
Date:   Mon Jul 11 22:56:21 2011 +0200

    rc.single: Call remove_leftover() when going single-user
    
    This avoids trouble because of stale /run/daemons/* files.

commit d980c23c0a5e9020402cd944c701f4e1f44d208d
Author: Kurt J. Bosch <kjb-temp-2009 at alpenjodel.de>
Date:   Mon Jul 11 22:46:15 2011 +0200

    functions/rc.sysinit: Refactor 'Removing Leftover Files' code
    
    Move it into a function to allow clean error detection of all steps performed
    and also to be able to reuse this in rc.single.

commit b58d073ecd10315931c34d5177b9ce956b310375
Author: Kurt J. Bosch <kjb-temp-2009 at alpenjodel.de>
Date:   Mon Jul 11 22:37:04 2011 +0200

    rc.sysinit: Fix /tmp/.* pattern
    
    Use correct patterns and get rid of the /dev/null redirection workaround needed when trying to remove '..'.

commit 67a8cea19a353af71227eb077d433e4b9cbe8cd4
Author: Kurt J. Bosch <kjb-temp-2009 at alpenjodel.de>
Date:   Mon Jul 11 16:47:31 2011 +0200

    functions: Make in_array() non DAEMONS specific
    
    For checking whether a daemon is started via the DAEMONS array we use ck_autostart() now.
    So make in_array() generic as the name suggests instead of removing '@'-prefixes from array members behind ones back.
    
    Suggested-by: Dave Reisner <d at falconindy.com>

commit 7cc6e8dc3254e4e061db822511522634d329c2b3
Author: Kurt J. Bosch <kjb-temp-2009 at alpenjodel.de>
Date:   Mon Jul 11 16:35:54 2011 +0200

    functions: Use ck_autostart in stop_all_daemons()
    
    This is just a bit simpler.
    in_array() should be fixed to be non daemon specific in a later patch.

commit bc7f1cd2690ded42cc68f620065c17eaf3140dd4
Author: Kurt J. Bosch <kjb-temp-2009 at alpenjodel.de>
Date:   Mon Jul 11 16:43:21 2011 +0200

    rc.sysinit: fixup fsck refactoring
    
    Revert to using in_array() instead of is_in_array() which actually doesn't exist.

-----------------------------------------------------------------------

Summary of changes:
 functions  |   77 +++++++++++++++++++++++++++++++++++------------------------
 rc.single  |    3 ++
 rc.sysinit |   27 +++++++--------------
 3 files changed, 58 insertions(+), 49 deletions(-)


hooks/post-receive
-- 
Arch Linux initscripts repository


More information about the arch-projects mailing list