From 104c99ea850e1f0dee3deb418efbd56432d7cca9 Mon Sep 17 00:00:00 2001 From: Brian West Date: Mon, 16 Feb 2009 18:12:31 +0000 Subject: [PATCH] fix adduser in debian (FSBUILD-122, FSBUILD-102) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12060 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index 06886485bc..1d26c2a499 100755 --- a/debian/postinst +++ b/debian/postinst @@ -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