diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2010-02-23 15:15:06 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2010-02-23 15:15:06 +0000 |
commit | a99206d5585ecff591415c4dae8b216cf9b7049f (patch) | |
tree | 1a5582cf95f3dad9d6cd4f2c699d303ae7e0cb41 /testing | |
parent | f85ba1c36faba0db620c454e13fd96d72dd88250 (diff) | |
download | aports-a99206d5585ecff591415c4dae8b216cf9b7049f.tar.bz2 aports-a99206d5585ecff591415c4dae8b216cf9b7049f.tar.xz |
testing/backuppc: pre-install script fix
Diffstat (limited to 'testing')
-rwxr-xr-x | 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 1a1736fa6..d4fb5d200 100755 --- a/testing/backuppc/backuppc.pre-install +++ b/testing/backuppc/backuppc.pre-install @@ -1,2 +1,2 @@ #!/bin/sh -adduser -h /var/lib/backuppc -s /bin/false -S -D -H &>/dev/null +adduser -h /var/lib/backuppc -s /bin/false -S -D -H backuppc &>/dev/null |