From 39f940da4592e22bee45eb67005d5387c0b4bcd6 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 21 Mar 2014 15:14:06 +0100 Subject: [PATCH] debian: fix postinst to create _lldpd user Previous commit was incorrect and did not create _lldpd user on install. --- debian/lldpd.postinst | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.5