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  e0e1420a3506a5988b8f76139788f0ffea298e0c (commit)
       via  b6e17433c8838acdc48ccfe726325118792a171e (commit)
       via  aacbe897cc822d1daaa44cb754d56666e4f07e84 (commit)
       via  cc1b8a39309fef45d092140fa130d0e82c696a44 (commit)
       via  99d64f5789f01243903be4b32078ec38bdce75fa (commit)
       via  417ab8ce6c830042375da4ded4374a9f30a5387e (commit)
      from  c6b3853de29e5bb42adda4a2f62a08d87ea15740 (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 e0e1420a3506a5988b8f76139788f0ffea298e0c
Author: Gerardo Exequiel Pozzi <[email protected]>
Date:   Wed May 18 23:32:36 2011 +0200

    add killall5 omit pid functionality
    
    (me) Update the offsets so can be merged now without any issues and respect
     the indentation.
    
    Implements FS#10536 - [initscripts] internal: save a pid from killall5
    
    All credits to: Kurt J. Bosch
    
    Signed-off-by: Gerardo Exequiel Pozzi <[email protected]>
    Signed-off-by: Tom Gundersen <[email protected]>

commit b6e17433c8838acdc48ccfe726325118792a171e
Author: Gerardo Exequiel Pozzi <[email protected]>
Date:   Wed May 18 23:24:38 2011 +0200

    use mount -n for devpts and shm
    
    Signed-off-by: Gerardo Exequiel Pozzi <[email protected]>
    Signed-off-by: Tom Gundersen <[email protected]>

commit aacbe897cc822d1daaa44cb754d56666e4f07e84
Author: Thomas Bächler <[email protected]>
Date:   Tue May 17 20:13:39 2011 +0200

    Fix typo
    
    Signed-off-by: Tom Gundersen <[email protected]>

commit cc1b8a39309fef45d092140fa130d0e82c696a44
Author: Tom Gundersen <[email protected]>
Date:   Wed May 18 23:08:13 2011 +0200

    fixup: also clear /tmp if it is a mountpoint
    
    eda191cf78365cc3d1 inadvertently introduced a change so that /tmp was not 
cleared if it was a mountpoint. This restores the old behaviour.
    
    It is strongly adviced to not monut anything but a tmpfs on /tmp. This 
would avoid the issue.
    
    Signed-off-by: Tom Gundersen <[email protected]>

commit 99d64f5789f01243903be4b32078ec38bdce75fa
Author: Tom Gundersen <[email protected]>
Date:   Mon May 9 22:15:43 2011 +0200

    udev: generate blacklist on boot
    
    udev will read /etc/modprobe.d/*.conf and blacklist all modules that are 
listed as
    
    blacklist <module>
    
    We parse rc.conf at boot and generate such a .conf file. It cannot be 
written to
    /etc this early, so we save it to /run. A symlink exists in /etc to get the 
desired
    functionality.
    
    With this patch (and an analogous one in mkinitcpio) load-modules.sh can be 
removed
    from the udev package without loss of significant functionality.
    
    Setting MOD_AUTOLOAD will then no longer take effect, nor will kernel 
parameters.
    Thouhgh, kernel parameters might still affect the initramfs as the 
implementation
    is independent.
    
    Original-idea-by: Benjamen Richer <[email protected]>
    Based-on-patch-by: David Reisner <[email protected]>
    Signed-off-by: Tom Gundersen <[email protected]>

commit 417ab8ce6c830042375da4ded4374a9f30a5387e
Author: Tom Gundersen <[email protected]>
Date:   Mon May 16 13:36:18 2011 +0200

    makefile: do not make functions executable
    
    This was a bug in the original conversion to makefile (installing functions 
twice, the last time with wrong permissions).
    
    Signed-off-by: Tom Gundersen <[email protected]>

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

Summary of changes:
 Makefile           |    9 +++++----
 functions          |   16 ++++++++++++++--
 modprobe-blacklist |   25 +++++++++++++++++++++++++
 rc.conf            |    2 +-
 rc.sysinit         |   11 +++++++----
 5 files changed, 52 insertions(+), 11 deletions(-)
 create mode 100755 modprobe-blacklist


hooks/post-receive
-- 
Arch Linux initscripts repository

Reply via email to