From: Vincent Bernat Date: Fri, 21 Mar 2014 14:14:06 +0000 (+0100) Subject: debian: fix postinst to create _lldpd user X-Git-Tag: 0.7.8~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=39f940da4592e22bee45eb67005d5387c0b4bcd6;p=thirdparty%2Flldpd.git debian: fix postinst to create _lldpd user Previous commit was incorrect and did not create _lldpd user on install. --- diff --git a/debian/lldpd.postinst b/debian/lldpd.postinst index 79c1b799..3b40f0ad 100644 --- a/debian/lldpd.postinst +++ b/debian/lldpd.postinst @@ -4,8 +4,6 @@ set -e case "$1" in configure|reconfigure) - ;; - *) adduser --system --disabled-password --disabled-login --home /var/run/lldpd \ --no-create-home --quiet --force-badname --group _lldpd