aboutsummaryrefslogtreecommitdiffstats
path: root/testing/clapf/clapf.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/clapf/clapf.pre-install')
-rw-r--r--testing/clapf/clapf.pre-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/clapf/clapf.pre-install b/testing/clapf/clapf.pre-install
index 7cbfaad04b..b2207408ad 100644
--- a/testing/clapf/clapf.pre-install
+++ b/testing/clapf/clapf.pre-install
@@ -1,6 +1,6 @@
#!/bin/sh
-addgroup -S clamav 2>/dev/null
-adduser -S -D -H -s /bin/false -G clamav -g clamav clamav 2>/dev/null
+addgroup -S clapf 2>/dev/null
+adduser -S -D -H -h /var/lib/clapf -s /bin/false -G clapf -g clapf clapf 2>/dev/null
exit 0