diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-04 12:05:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-04 12:15:07 +0000 |
commit | ca857e741716eb969a7c4e192bec19b90355ed21 (patch) | |
tree | a8c6b44cb8e88c57a1a1a70e9b63bf71bf0df9ae /main/icecast/APKBUILD | |
parent | 2666f0594779d7633b7f0fbf21cf85eef4a7fa58 (diff) | |
download | aports-ca857e741716eb969a7c4e192bec19b90355ed21.tar.bz2 aports-ca857e741716eb969a7c4e192bec19b90355ed21.tar.xz |
main/icecast: use /sbin/nologin as shell
Diffstat (limited to 'main/icecast/APKBUILD')
-rw-r--r-- | main/icecast/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/icecast/APKBUILD b/main/icecast/APKBUILD index 250923c8b6..e562a03e1f 100644 --- a/main/icecast/APKBUILD +++ b/main/icecast/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=icecast pkgver=2.3.3 -pkgrel=5 +pkgrel=6 pkgdesc="Open source media server" url="http://www.icecast.org" arch="all" |