diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2010-03-05 07:07:24 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2010-03-05 07:08:20 +0000 |
commit | d4f9839ae4bedfddd92784f6b743ea23d928a3ce (patch) | |
tree | 754806abdb18d963b60b67791d2000fde995b09f /testing | |
parent | b21fa2e8a6dea9ed5efc4eadec03b8f9171b7a91 (diff) | |
download | aports-d4f9839ae4bedfddd92784f6b743ea23d928a3ce.tar.bz2 aports-d4f9839ae4bedfddd92784f6b743ea23d928a3ce.tar.xz |
testing/backuppc: user description added
Diffstat (limited to 'testing')
-rw-r--r-- | testing/backuppc/backuppc.pre-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/backuppc/backuppc.pre-install b/testing/backuppc/backuppc.pre-install index 8309860214..415971d749 100644 --- a/testing/backuppc/backuppc.pre-install +++ b/testing/backuppc/backuppc.pre-install @@ -1,4 +1,4 @@ #!/bin/sh addgroup -S backuppc &>/dev/null -adduser -h /var/lib/backuppc -s /bin/sh -S -D -H -G backuppc backuppc &>/dev/null +adduser -h /var/lib/backuppc -s /bin/sh -S -D -H -G backuppc -g "BackuPC user" backuppc &>/dev/null exit 0 |