~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-aports] [PATCH] main/qemu: pre-install last-minute patch. clear own bug.

Details
Message ID
<1450471282-4003-1-git-send-email-valery.kartel@gmail.com>
Sender timestamp
1450471282
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 main/qemu/qemu.pre-install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/qemu/qemu.pre-install b/main/qemu/qemu.pre-install
index 854caba..ffee1f8 100644
--- a/main/qemu/qemu.pre-install
+++ b/main/qemu/qemu.pre-install
@@ -1,3 +1,3 @@
#!/bin/sh

[ getent group kvm >/dev/null ] || addgroup -g 34 -S kvm
getent group kvm >/dev/null || addgroup -g 34 -S kvm
-- 
2.6.4



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Timo Teras <timo.teras@iki.fi>
Details
Message ID
<20151222085204.49e10781@vostro>
In-Reply-To
<1450471282-4003-1-git-send-email-valery.kartel@gmail.com> (view parent)
Sender timestamp
1450767124
DKIM signature
missing
Download raw message
On Fri, 18 Dec 2015 22:41:22 +0200
Valery Kartel <valery.kartel@gmail.com> wrote:

> ---
>  main/qemu/qemu.pre-install | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/main/qemu/qemu.pre-install b/main/qemu/qemu.pre-install
> index 854caba..ffee1f8 100644
> --- a/main/qemu/qemu.pre-install
> +++ b/main/qemu/qemu.pre-install
> @@ -1,3 +1,3 @@
>  #!/bin/sh
>  
> -[ getent group kvm >/dev/null ] || addgroup -g 34 -S kvm
> +getent group kvm >/dev/null || addgroup -g 34 -S kvm

Please fold this to the previous patch that is the upgrade patch. I'm
marking this and the previous patch as 'changes requested'.

Thanks.


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)