From: Michael Jerris Date: Sun, 14 Dec 2008 17:11:04 +0000 (+0000) Subject: FSBUILD-95 user freeswitch not added to audio group X-Git-Tag: v1.0.2~244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2a90f3a9cec24a5c57dcf2d70d2ba60cef8ada6;p=thirdparty%2Ffreeswitch.git FSBUILD-95 user freeswitch not added to audio group git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10758 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/debian/postinst b/debian/postinst index 3705bf2e70..06886485bc 100755 --- a/debian/postinst +++ b/debian/postinst @@ -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