]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FSBUILD-95 user freeswitch not added to audio group
authorMichael Jerris <mike@jerris.com>
Sun, 14 Dec 2008 17:11:04 +0000 (17:11 +0000)
committerMichael Jerris <mike@jerris.com>
Sun, 14 Dec 2008 17:11:04 +0000 (17:11 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10758 d0543943-73ff-0310-b7d9-9358b9ac24b2

debian/postinst

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