aboutsummaryrefslogtreecommitdiffstats
path: root/community/smstools/smstools.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/smstools/smstools.pre-install')
-rwxr-xr-xcommunity/smstools/smstools.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/smstools/smstools.pre-install b/community/smstools/smstools.pre-install
new file mode 100755
index 0000000000..dc250442df
--- /dev/null
+++ b/community/smstools/smstools.pre-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+addgroup -S smsd &>/dev/null
+adduser -h /var/spool/sms -s /sbin/nologin -G smsd -S -D smsd &>/dev/null
+adduser -G uucp smsd &>/dev/null
+exit 0