[arch-projects] [mkinitcpio] [GIT] The official mkinitcpio repository branch master updated. 0.7.3-3-g1d86ae6
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 "The official mkinitcpio repository". The branch, master has been updated via 1d86ae6e5b8976aade3de34990d289fdd3806032 (commit) via 11df4eee155ed5e133fc30b4d272955942f51f73 (commit) via 8449563df408c437dd162b87417c3e16ea7974bd (commit) from 2478492fec8cc140c6aad69f8a102a587f2b68e8 (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 1d86ae6e5b8976aade3de34990d289fdd3806032 Author: Dave Reisner <dreisner@archlinux.org> Date: Sun Oct 9 15:42:40 2011 -0400 mkinitcpio: avoid using mountpoint As it turns out, the mountpoint toy from util-linux isn't really at feature parity with sysvinit's. In particular, and with respect to v2.20: - It throws false negatives when /proc isn't mounted. Rather, it should fall back on using stat(2), as is the basis for sysvinit's tool. - when /proc is mounted with as source of 'none', it segfaults on a null dereference. Patches have been sent upstream to resolve these issues, but in the meantime, we're mounting /dev and /proc for very specific reasons. Instead of relying on a fork/exec to figure out if these API FS's are mounted, use a simple bash test to see if these specific needs are available within the FS. One of many possible fixes for FS#26344. Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit 11df4eee155ed5e133fc30b4d272955942f51f73 Author: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> Date: Tue Sep 6 22:06:42 2011 -0300 [mkinitcpio] Add missing groups=('base') in PKGBUILD Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> commit 8449563df408c437dd162b87417c3e16ea7974bd Author: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> Date: Mon Aug 29 21:19:43 2011 -0300 [mkinitcpio] Remove early redirection 2>/dev/null such node does not exists. An empty file will be created in any case, does not cause any harm, but for correctness. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> ----------------------------------------------------------------------- Summary of changes: PKGBUILD | 1 + init | 2 +- mkinitcpio | 6 ++++-- 3 files changed, 6 insertions(+), 3 deletions(-) hooks/post-receive -- The official mkinitcpio repository
participants (1)
-
dreisner@archlinux.org