diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-03 08:03:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-03 08:03:14 +0000 |
commit | baf33add326f5bcb82f74db48ec0cf587464d58c (patch) | |
tree | f732076f803e25d330dafda43dac0759958fbc45 /main/freeswitch/APKBUILD | |
parent | da37e0409df32e76b52e67b08bf4a26731f63f48 (diff) | |
download | aports-baf33add326f5bcb82f74db48ec0cf587464d58c.tar.bz2 aports-baf33add326f5bcb82f74db48ec0cf587464d58c.tar.xz |
main/freeswitch: use /sbin/nologin as shell
Diffstat (limited to 'main/freeswitch/APKBUILD')
-rw-r--r-- | main/freeswitch/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD index f839e897a0..5f67c3bff1 100644 --- a/main/freeswitch/APKBUILD +++ b/main/freeswitch/APKBUILD @@ -3,7 +3,7 @@ # Contributor: Cameron Banta <cbanta@gmail.com> pkgname=freeswitch pkgver=1.4.0 -pkgrel=0 +pkgrel=1 pkgdesc="A communications platform written in C from the ground up" url="http://www.freeswitch.org" arch="all" |