diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2010-10-26 09:40:33 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2010-10-26 09:40:33 +0000 |
commit | 6d260f6fcc07a1b0ae6b34a0c07d1668fcf08556 (patch) | |
tree | 9af4cf760b25189dd9aac1119b9b02adbc98b09d /main/ntop/ntop.post-install | |
parent | eb4656448c5960be15d07fd4e6da8fc0899a6367 (diff) | |
download | aports-6d260f6fcc07a1b0ae6b34a0c07d1668fcf08556.tar.bz2 aports-6d260f6fcc07a1b0ae6b34a0c07d1668fcf08556.tar.xz |
testing/ntop: moved to main
Diffstat (limited to 'main/ntop/ntop.post-install')
-rwxr-xr-x | main/ntop/ntop.post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/ntop/ntop.post-install b/main/ntop/ntop.post-install new file mode 100755 index 0000000000..ede8a22f3c --- /dev/null +++ b/main/ntop/ntop.post-install @@ -0,0 +1,3 @@ +#!/bin/sh +adduser -h /var/lib/ntop -s /bin/false -S -H -D ntop &>/dev/null +chown ntop /var/lib/ntop |