[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#733595: false positive for maintainer-script-should-not-use-adduser-system-without-home



Package: lintian
Version: 2.5.20-14-ga8c196b

Here is the report from lintian:

http://lintian.debian.org/tags/maintainer-script-should-not-use-adduser-system-without-home.html

In my package reconserver, I have the following:

        adduser --system \
           --home "${RECONSERVER_HOME}" \
           --shell /bin/false \
           --no-create-home \
           --ingroup "$RECONSERVER_GROUP" \
           --disabled-password \
           --disabled-login \
           --gecos "reConServer daemon" \
               "$RECONSERVER_USER" || exit 1



Therefore, I believe the lintian report is a false positive, maybe
because the adduser command is split over multiple lines

Here are the VCS links for my package:

Vcs-Git: git://git.debian.org/pkg-voip/reconserver.git
Vcs-Browser: http://git.debian.org/?p=pkg-voip/reconserver.git;a=summary


Reply to: