aboutsummaryrefslogtreecommitdiffstats
path: root/main/rtnppd/rtnppd.pre-install
diff options
context:
space:
mode:
authorJeff Bilyk <jbilyk@gmail.com>2013-05-30 11:16:56 -0400
committerJeff Bilyk <jbilyk@gmail.com>2013-05-30 11:16:56 -0400
commit4c3974c5dcde7f045cf39e1c0e555db58834466b (patch)
tree941fbe6d0cd2d00aba56bf8a4458fb58c5ac5b46 /main/rtnppd/rtnppd.pre-install
parent31acb47aad9a61eb6b1ab51ee00a25a26f786e33 (diff)
downloadaports-4c3974c5dcde7f045cf39e1c0e555db58834466b.tar.bz2
aports-4c3974c5dcde7f045cf39e1c0e555db58834466b.tar.xz
main/{rtapd, rtnppd}: moved from testing
Diffstat (limited to 'main/rtnppd/rtnppd.pre-install')
-rw-r--r--main/rtnppd/rtnppd.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/rtnppd/rtnppd.pre-install b/main/rtnppd/rtnppd.pre-install
new file mode 100644
index 0000000000..2af5d261f7
--- /dev/null
+++ b/main/rtnppd/rtnppd.pre-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+addgroup -S rtnppd 2>/dev/null
+adduser -S -G rtnppd -H -h /var/run/rtnppd -s /bin/false rtnppd 2>/dev/null
+exit 0