[arch-projects] [PATCH] [mkinitcpio] init: Remove unneeded test

Dave Reisner d at falconindy.com
Wed Nov 16 13:11:23 EST 2011


On Wed, Nov 16, 2011 at 09:55:10AM -0800, Gerardo Exequiel Pozzi wrote:
> 
> 
> 
> 
> ----- Mensaje original -----
> > De: Dave Reisner <d at falconindy.com>
> > Para: Arch Linux projects development discussion <arch-projects at archlinux.org>
> > CC: 
> > Enviado: miércoles, 16 de noviembre de 2011 14:17
> > Asunto: Re: [arch-projects] [PATCH] [mkinitcpio] init: Remove unneeded test
> > 
> > On Wed, Nov 16, 2011 at 02:03:31PM -0300, Gerardo Exequiel Pozzi wrote:
> >>  Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
> >>  ---
> >>   init |    8 +++-----
> >>   1 files changed, 3 insertions(+), 5 deletions(-)
> >> 
> >>  diff --git a/init b/init
> >>  index 7cc2d47..53c64d5 100644
> >>  --- a/init
> >>  +++ b/init
> >>  @@ -36,11 +36,9 @@ else
> >>       udevd_running=0
> >>   fi
> >>   
> >>  -if [ -n "${disablehooks}" ]; then
> >>  -    for d in ${disablehooks//,/ }; do
> >>  -        eval "hook_${d}=disabled"
> >>  -    done
> >>  -fi
> >>  +for d in ${disablehooks//,/ }; do
> >>  +    eval "hook_${d}=disabled"
> >>  +done
> >>   
> >>   earlymodules=${earlymodules//,/ }
> >>   if [ -n "${earlymodules## }" ]; then
> >>  -- 
> >>  1.7.7.3
> >> 
> > 
> > I meant to merge with with the other patch that gets rid of the sed
> > pipe.
> > 
> 
> But you already commited it.
> 

Of course I did. I was just testing you, to make sure you're following
my new repo.

d

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://mailman.archlinux.org/pipermail/arch-projects/attachments/20111116/6b74c0f4/attachment.asc>


More information about the arch-projects mailing list