From e2a90f3a9cec24a5c57dcf2d70d2ba60cef8ada6 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Sun, 14 Dec 2008 17:11:04 +0000 Subject: [PATCH] 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 --- debian/postinst | 1 + 1 file changed, 1 insertion(+) 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