From: Vincent Bernat Date: Sun, 16 Nov 2008 19:02:17 +0000 (+0100) Subject: _lldpd is not considered as a valid name on most systems. We override X-Git-Tag: 0.2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0acfcab363cafe05f36a4b257a0b75c6e6fa6fe6;p=thirdparty%2Flldpd.git _lldpd is not considered as a valid name on most systems. We override this warning. --- diff --git a/debian/postinst b/debian/postinst index 017b81e7..a3914c24 100644 --- a/debian/postinst +++ b/debian/postinst @@ -5,7 +5,7 @@ if ! ([ "$1" = "configure" ] || [ "$1" = "reconfigure" ]); then fi adduser --system --disabled-password --disabled-login --home /var/run/lldpd \ - --no-create-home --quiet --group _lldpd + --no-create-home --quiet --force-badname --group _lldpd [ -d /var/run/lldpd ] || mkdir -p /var/run/lldpd #DEBHELPER#