[arch-projects] [initscripts] [GIT] Arch Linux initscripts repository branch master updated. 2012.02.2-15-gb49cc7b

Tom Gundersen tomegun at archlinux.org
Tue Mar 13 14:34:36 EDT 2012


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  b49cc7be1be791318f57d2941999368ae58636b7 (commit)
       via  9f75591c8a56ba7ec1ea20cfe16dd10a83c65503 (commit)
       via  788daea5db4445f02fc156132f00829e1107dc6f (commit)
       via  299c22ad5c124cb62e1ba35447440947fe4afb37 (commit)
      from  cb18be3f401a2c693d66a9417e479ed74e17c2f0 (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 b49cc7be1be791318f57d2941999368ae58636b7
Merge: cb18be3 9f75591
Author: Tom Gundersen <teg at jklm.no>
Date:   Tue Mar 13 15:50:34 2012 +0100

    Merge remote-tracking branch 'seblu/master'
    
    Conflicts:
    	Makefile

commit 9f75591c8a56ba7ec1ea20cfe16dd10a83c65503
Author: Sébastien Luttringer <seblu at seblu.net>
Date:   Mon Mar 12 22:50:42 2012 +0100

    Remove NEED_ROOT crap
    
    This patch revert patch 042d197b4d989ec64.
    
    NEED_ROOT was introduced to fix bug FS#24095. But in fact it doesn't solve it
    because nobody use it. The idea was to allow initscripts developper to have
    a check runned by every scripts which tell if scripts need to be run as root
    (most of them) or not (and the script check itself which part of him have to be
    run as root). All this to display a cute error message.
    I think this complexity is superfluous and let part of initscript will fail if
    rights are not enough.
    I must confess that we should have marked this bug as wontfix rather than do that.
    
    Signed-off-by: Sébastien Luttringer <seblu at seblu.net>

commit 788daea5db4445f02fc156132f00829e1107dc6f
Author: Sébastien Luttringer <seblu at seblu.net>
Date:   Mon Mar 12 22:41:11 2012 +0100

    Support additional binary formats at boot
    
    This patch mount kernel binfmt_misc filesystem at boot and allow loading of
    a default configuration inspired from systemd binfmt.d way.
    
    Signed-off-by: Sébastien Luttringer <seblu at seblu.net>

commit 299c22ad5c124cb62e1ba35447440947fe4afb37
Author: Sébastien Luttringer <seblu at seblu.net>
Date:   Mon Mar 12 22:08:57 2012 +0100

    arch-sysctl: allow passing specific config files
    
    Modify our path collection loop to accept the remaining argv as paths to
    config files. This overrides the default lookup for config files in
    /etc, /lib, and /run so that single config files can be parsed at a time
    
    Credits to Dave Reisner in 11ac21c1cf74
    
    Signed-off-by: Sébastien Luttringer <seblu at seblu.net>

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

Summary of changes:
 Makefile    |    4 +++-
 arch-binfmt |   36 ++++++++++++++++++++++++++++++++++++
 arch-sysctl |    2 +-
 functions   |   10 ----------
 rc.d        |    1 -
 rc.multi    |    3 +++
 rc.sysinit  |    5 ++++-
 7 files changed, 47 insertions(+), 14 deletions(-)
 create mode 100755 arch-binfmt


hooks/post-receive
-- 
Arch Linux initscripts repository


More information about the arch-projects mailing list