diff options
Diffstat (limited to 'testing/rtnppd/rtnppd.pre-install')
-rw-r--r-- | testing/rtnppd/rtnppd.pre-install | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/testing/rtnppd/rtnppd.pre-install b/testing/rtnppd/rtnppd.pre-install deleted file mode 100644 index 2af5d261f..000000000 --- a/testing/rtnppd/rtnppd.pre-install +++ /dev/null @@ -1,5 +0,0 @@ -#!/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 |