summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-04-19 14:18:24 +0200
committerGuido Günther <agx@sigxcpu.org>2017-04-19 14:18:24 +0200
commit13b7060e2017dd660ce5f2a413658c586d071ef2 (patch)
tree14f3f8423a1ab07afeed350c47f85a787c70450d
parent718ec965cd8b20b3102778522aaf68e690c50278 (diff)
Use --home without '='
to unconfuse lintian
-rw-r--r--debian/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst
index 9c6175c..055eb1c 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -12,7 +12,7 @@ add_users_groups()
fi
if ! getent passwd ldapsp >/dev/null; then
- adduser --ingroup=ldapsp --quiet --system --home=/opt/ldapsp ldapsp
+ adduser --ingroup=ldapsp --quiet --system --home /opt/ldapsp ldapsp
fi
}