diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-04 12:04:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-04 12:15:07 +0000 |
commit | 2666f0594779d7633b7f0fbf21cf85eef4a7fa58 (patch) | |
tree | 785a7a2d45bd74b27db9ebf2392d779257471517 /main/gross/APKBUILD | |
parent | cc2f56da013bdfcf14f08397fd6a7d60cb68af37 (diff) | |
download | aports-2666f0594779d7633b7f0fbf21cf85eef4a7fa58.tar.bz2 aports-2666f0594779d7633b7f0fbf21cf85eef4a7fa58.tar.xz |
main/gross: use /sbin/nologin as shell
Diffstat (limited to 'main/gross/APKBUILD')
-rw-r--r-- | main/gross/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gross/APKBUILD b/main/gross/APKBUILD index af8c0e6925..9855424217 100644 --- a/main/gross/APKBUILD +++ b/main/gross/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gross pkgver=1.0.2 -pkgrel=5 +pkgrel=6 pkgdesc="Greylisting of suspicious sources" url="http://code.google.com/p/gross/" arch="all" |