~alpine/devel

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

[alpine-devel] [PATCH] Update ushare to start and stop under modern a.o.

Nathan Angelacos <nangel@alpinelinux.org>
Details
Message ID
<1332712855-5092-1-git-send-email-nangel@alpinelinux.org>
Sender timestamp
1332712855
DKIM signature
missing
Download raw message
Patch: +4 -4
---
 testing/ushare/APKBUILD     |    4 ++--
 testing/ushare/ushare.initd |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/testing/ushare/APKBUILD b/testing/ushare/APKBUILD
index 8c2fb0f..71a0313 100644
--- a/testing/ushare/APKBUILD
+++ b/testing/ushare/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
pkgname=ushare
pkgver=1.1a
pkgrel=0
pkgrel=1
pkgdesc="A free UPnP A/V Media Server for Linux"
url="http://ushare.geexbox.org"
arch="all"
@@ -48,5 +48,5 @@ package() {
md5sums="5bbcdbf1ff85a9710fa3d4e82ccaa251  ushare-1.1a.tar.bz2
32c29f9f673e8b3a3d9e7bf5e60febbc  upnp-build-fix.patch
5243475c0cebc5db49296b2f3691085b  ushare-config.patch
57b6ccaba8d17a79c6a651ad5f66cb6d  ushare.initd
5ae6ea545a9d65143bd2dd78354ac72f  ushare.initd
28cc24dea30918ea859ed9c974f242d7  ushare.confd"
diff --git a/testing/ushare/ushare.initd b/testing/ushare/ushare.initd
index 8ca03fc..090d0b6 100644
--- a/testing/ushare/ushare.initd
+++ b/testing/ushare/ushare.initd
@@ -8,13 +8,13 @@ depend() {
start() {
  ebegin "Starting uShare UPnP A/V Media Server"
  start-stop-daemon --start --quiet --background --make-pidfile \
  --pidfile /var/run/ushare.pid --exec /bin/ushare \
  --pidfile /var/run/ushare.pid --exec /usr/bin/ushare \
  -- $PARAMS
  eend $?
}

stop() {
  ebegin "Stopping uShare UPnP A/V Media Server"
  start-stop-daemon --stop -quiet --pidfile /var/run/ushare.pid
  start-stop-daemon --stop --quiet --pidfile /var/run/ushare.pid
  eend $?
}
-- 
1.7.7.1



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20120326214057.4abe1895@alpinelinux.org>
In-Reply-To
<1332712855-5092-1-git-send-email-nangel@alpinelinux.org> (view parent)
Sender timestamp
1332790857
DKIM signature
missing
Download raw message
On Sun, 25 Mar 2012 22:00:55 +0000
Nathan Angelacos <nangel@alpinelinux.org> wrote:

> ---
>  testing/ushare/APKBUILD     |    4 ++--
>  testing/ushare/ushare.initd |    4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 

xushare.initd: FAILED
md5sum: WARNING: 1 of 1 computed checksums did NOT match
ushare.confd: OK

> diff --git a/testing/ushare/APKBUILD b/testing/ushare/APKBUILD
> index 8c2fb0f..71a0313 100644
> --- a/testing/ushare/APKBUILD
> +++ b/testing/ushare/APKBUILD
> @@ -2,7 +2,7 @@
>  # Maintainer: Francesco Colista <francesco.colista@gmail.com>

Francesco, could you please take care of this?

-nc


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Details
Message ID
<0d31c47d8b9c012b30db82e80bdde083@bsod.eu>
In-Reply-To
<20120326214057.4abe1895@alpinelinux.org> (view parent)
Sender timestamp
1332799348
DKIM signature
missing
Download raw message
Il 2012-03-26 21:40 Natanael Copa ha scritto:
> On Sun, 25 Mar 2012 22:00:55 +0000
> Nathan Angelacos <nangel@alpinelinux.org> wrote:
>
>> ---
>>  testing/ushare/APKBUILD     |    4 ++--
>>  testing/ushare/ushare.initd |    4 ++--
>>  2 files changed, 4 insertions(+), 4 deletions(-)
>>
>
> xushare.initd: FAILED
> md5sum: WARNING: 1 of 1 computed checksums did NOT match
> ushare.confd: OK
>
>> diff --git a/testing/ushare/APKBUILD b/testing/ushare/APKBUILD
>> index 8c2fb0f..71a0313 100644
>> --- a/testing/ushare/APKBUILD
>> +++ b/testing/ushare/APKBUILD
>> @@ -2,7 +2,7 @@
>>  # Maintainer: Francesco Colista <francesco.colista@gmail.com>
>
> Francesco, could you please take care of this?
>
> -nc
>
>
> ---
> Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
> Help:         alpine-devel+help@lists.alpinelinux.org
> ---
Sure. Tomorrow i'll take a look, is 23:45 now atm.
Thanks.

-- 
:: Francesco ::
Blog.....http://fc1979.blogspot.com
Twit.....http://twitter.com/fcolista
Jabber...francesco@jabber.org
E-Mail...francesco@bsod.eu
AboutMe..http://about.me/fcolista


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Details
Message ID
<e0d94b034521f4111dbf92a41a9893e6@bsod.eu>
In-Reply-To
<20120326214057.4abe1895@alpinelinux.org> (view parent)
Sender timestamp
1332841979
DKIM signature
missing
Download raw message
Il 2012-03-26 21:40 Natanael Copa ha scritto:
> On Sun, 25 Mar 2012 22:00:55 +0000
> Nathan Angelacos <nangel@alpinelinux.org> wrote:
>
>> ---
>>  testing/ushare/APKBUILD     |    4 ++--
>>  testing/ushare/ushare.initd |    4 ++--
>>  2 files changed, 4 insertions(+), 4 deletions(-)
>>
>
> xushare.initd: FAILED
> md5sum: WARNING: 1 of 1 computed checksums did NOT match
> ushare.confd: OK
>
>> diff --git a/testing/ushare/APKBUILD b/testing/ushare/APKBUILD
>> index 8c2fb0f..71a0313 100644
>> --- a/testing/ushare/APKBUILD
>> +++ b/testing/ushare/APKBUILD
>> @@ -2,7 +2,7 @@
>>  # Maintainer: Francesco Colista <francesco.colista@gmail.com>
>
> Francesco, could you please take care of this?
>
> -nc
>

Patch applied. Thanks.

-- 
:: Francesco ::
Blog.....http://fc1979.blogspot.com
Twit.....http://twitter.com/fcolista
Jabber...francesco@jabber.org
E-Mail...francesco@bsod.eu
AboutMe..http://about.me/fcolista


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