diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-13 11:53:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-13 11:54:52 +0000 |
commit | d7c0aed5ab029a04cd60356126d7feede60bfc0a (patch) | |
tree | 9a9d5bf67bc0abe19b6eb4b826e7af2f9d97545f /main/gross/APKBUILD | |
parent | 884a705f093f6c88d32b4e58bfe09cb7c26ebc45 (diff) | |
download | aports-d7c0aed5ab029a04cd60356126d7feede60bfc0a.tar.bz2 aports-d7c0aed5ab029a04cd60356126d7feede60bfc0a.tar.xz |
main/gross: init.d script fix
we stop the daemon using --exec rather than pidfile. This is to make
sure that all threads (when using linuxthreads) are gone when restarting.
fixes #130
Diffstat (limited to 'main/gross/APKBUILD')
-rw-r--r-- | main/gross/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/gross/APKBUILD b/main/gross/APKBUILD index dd110453..48c45792 100644 --- a/main/gross/APKBUILD +++ b/main/gross/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gross pkgver=1.0.1 -pkgrel=3 +pkgrel=4 pkgdesc="Greylisting of suspicious sources" url="http://code.google.com/p/gross/" license="BSD" @@ -46,7 +46,7 @@ build() { } md5sums="f8f81b36850dcda30cb81799b9cee3b6 gross-1.0.1.tar.gz -b0d8635b64c4a90d72c49e868f4c4c32 grossd.initd +5c8c2aa3ad8108812850717c6134493c grossd.initd 5ca1c6e51c3243236e6564480b20279b grossd.confd bb75b119ac96b8f99831ce6df810003f gross-1.0.1-configure.ac.patch 7c504b653c71dcf7b192bc487b3516fd gross-1.0.1-default-conf.patch |