diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-04 12:16:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-04 12:16:21 +0000 |
commit | 3de5863ff3e4f4ce90a6f002edce681689e34454 (patch) | |
tree | 162132376f152b0384ff25afc30a64cb1cc22563 /main/tvheadend/APKBUILD | |
parent | 356d7dc20ee4e2bc682bf9e4e55b11b8b22ee8bc (diff) | |
download | aports-3de5863ff3e4f4ce90a6f002edce681689e34454.tar.bz2 aports-3de5863ff3e4f4ce90a6f002edce681689e34454.tar.xz |
main/tvheadend: use /sbin/nologin as shell
Diffstat (limited to 'main/tvheadend/APKBUILD')
-rw-r--r-- | main/tvheadend/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tvheadend/APKBUILD b/main/tvheadend/APKBUILD index d1ba3c9257..28dc0678ac 100644 --- a/main/tvheadend/APKBUILD +++ b/main/tvheadend/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=tvheadend pkgver=3.4 -pkgrel=2 +pkgrel=3 pkgdesc="TV Streaming server for linux" url="http://www.lonelycoder.com/hts/tvheadend_overview.html" arch="all" |