aboutsummaryrefslogtreecommitdiffstats
path: root/main/snmptt/snmptt.pre-install
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2014-04-09 14:32:59 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2014-04-09 14:32:59 +0000
commit80a42c0c7da3d3978b5fccf0236cdfc2a6188789 (patch)
treeaefa69c887ab6a3e1529806b58ba8bd6df658b2b /main/snmptt/snmptt.pre-install
parentffb07fe039a3036b257ef49628bdc26bdbcc2615 (diff)
downloadaports-80a42c0c7da3d3978b5fccf0236cdfc2a6188789.tar.bz2
aports-80a42c0c7da3d3978b5fccf0236cdfc2a6188789.tar.xz
main/snmptt: fix ownership of spool and log dirs
Diffstat (limited to 'main/snmptt/snmptt.pre-install')
-rw-r--r--main/snmptt/snmptt.pre-install1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/snmptt/snmptt.pre-install b/main/snmptt/snmptt.pre-install
index 4815b49db1..873986f5cb 100644
--- a/main/snmptt/snmptt.pre-install
+++ b/main/snmptt/snmptt.pre-install
@@ -1,2 +1,3 @@
#!/bin/sh
adduser -h /var/spool/snmptt -s /sbin/nologin -S -D snmptt &>/dev/null
+exit 0