summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@gmail.com>2010-02-23 15:15:06 +0000
committerLeonardo Arena <rnalrd@gmail.com>2010-02-23 15:15:06 +0000
commita99206d5585ecff591415c4dae8b216cf9b7049f (patch)
tree1a5582cf95f3dad9d6cd4f2c699d303ae7e0cb41 /testing
parentf85ba1c36faba0db620c454e13fd96d72dd88250 (diff)
downloadaports-a99206d5585ecff591415c4dae8b216cf9b7049f.tar.bz2
aports-a99206d5585ecff591415c4dae8b216cf9b7049f.tar.xz
testing/backuppc: pre-install script fix
Diffstat (limited to 'testing')
-rwxr-xr-xtesting/backuppc/backuppc.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/backuppc/backuppc.pre-install b/testing/backuppc/backuppc.pre-install
index 1a1736fa..d4fb5d20 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