]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix adduser in debian (FSBUILD-122, FSBUILD-102)
authorBrian West <brian@freeswitch.org>
Mon, 16 Feb 2009 18:12:31 +0000 (18:12 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 16 Feb 2009 18:12:31 +0000 (18:12 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12060 d0543943-73ff-0310-b7d9-9358b9ac24b2

debian/postinst

index 06886485bcfa6664b7067104209b0c77c07e34b4..1d26c2a49910a7cd21abb3a1712277a4be097217 100755 (executable)
@@ -25,8 +25,8 @@ case "$1" in
                        adduser --disabled-password  --quiet --system \
                        --home /opt/freeswitch \
                        --gecos "FreeSwitch Voice Platform" --ingroup daemon \
-                       --add_extra_groups audio \
                        freeswitch
+                       adduser freeswitch audio
                fi
  
                mkdir -p /opt/freeswitch