diff options
Diffstat (limited to 'testing/smstools/smstools.pre-install')
-rwxr-xr-x | testing/smstools/smstools.pre-install | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/smstools/smstools.pre-install b/testing/smstools/smstools.pre-install index 8455fc49130..4b6d538cc84 100755 --- a/testing/smstools/smstools.pre-install +++ b/testing/smstools/smstools.pre-install @@ -1,3 +1,4 @@ #!/bin/sh -addgroup -S sms -adduser -h /var/spool/sms -s /bin/false -G sms -G uucp -S -D smsd +addgroup -S smsd +adduser -h /var/spool/sms -s /bin/false -G smsd -S -D smsd +adduser -G uucp smsd |