]> source.dussan.org Git - rspamd.git/commitdiff
Remove unnecessary variable
authorMikhail Gusarov <dottedmag@dottedmag.net>
Thu, 6 Mar 2014 21:08:53 +0000 (22:08 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 8 Mar 2014 21:49:18 +0000 (21:49 +0000)
debian/postinst

index f634e81c3a59ce3d390b4c7d5552f9d78d888124..7d6db234797ec943c013e2efc014103f338fadd6 100644 (file)
@@ -6,7 +6,6 @@ case "$1" in
        SERVER_HOME=/var/lib/rspamd
        SERVER_LOG=/var/log/rspamd
        SERVER_USER=_rspamd
-       SERVER_NAME="Rspamd spam filtering system"
 
        adduser --quiet \
                --system \
@@ -14,7 +13,7 @@ case "$1" in
                --home $SERVER_HOME \
                --no-create-home \
                --disabled-login \
-               --gecos "$SERVER_NAME" \
+               --gecos "rspamd spam filtering system" \
                --force-badname \
                $SERVER_USER