diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2014-04-09 14:32:59 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2014-04-09 14:32:59 +0000 |
commit | 80a42c0c7da3d3978b5fccf0236cdfc2a6188789 (patch) | |
tree | aefa69c887ab6a3e1529806b58ba8bd6df658b2b /main/snmptt/snmptt.pre-install | |
parent | ffb07fe039a3036b257ef49628bdc26bdbcc2615 (diff) | |
download | aports-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-install | 1 |
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 |