summaryrefslogtreecommitdiffstats
path: root/main/snmptt
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-09-04 12:12:44 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-09-04 12:15:11 +0000
commit81867e40455b202dae5ff77a706021e54ad6c6b4 (patch)
tree1a8c5ee6a55b1d602834deb97632b38156368fef /main/snmptt
parentd785e29876e2a067fe1052d4cf5d9ee838709929 (diff)
downloadaports-81867e40455b202dae5ff77a706021e54ad6c6b4.tar.bz2
aports-81867e40455b202dae5ff77a706021e54ad6c6b4.tar.xz
main/snmptt: use /sbin/nologin as shell
Diffstat (limited to 'main/snmptt')
-rw-r--r--main/snmptt/APKBUILD2
-rw-r--r--main/snmptt/snmptt.pre-install2
2 files changed, 2 insertions, 2 deletions
diff --git a/main/snmptt/APKBUILD b/main/snmptt/APKBUILD
index d5a43e9e4..264fa5e3f 100644
--- a/main/snmptt/APKBUILD
+++ b/main/snmptt/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=snmptt
pkgver=1.3
-pkgrel=3
+pkgrel=4
pkgdesc="Translates traps received from snmptrapd into easy to understand messages"
url="http://www.snmptt.org"
arch="noarch"
diff --git a/main/snmptt/snmptt.pre-install b/main/snmptt/snmptt.pre-install
index 1f978bac7..4815b49db 100644
--- a/main/snmptt/snmptt.pre-install
+++ b/main/snmptt/snmptt.pre-install
@@ -1,2 +1,2 @@
#!/bin/sh
-adduser -h /var/spool/snmptt -s /bin/false -S -D snmptt &>/dev/null
+adduser -h /var/spool/snmptt -s /sbin/nologin -S -D snmptt &>/dev/null