From f44a474a425e5cd777d0bb019b25790e7ac14924 Mon Sep 17 00:00:00 2001 From: Michal Bielicki Date: Mon, 7 Jan 2008 11:48:00 +0000 Subject: [PATCH] ingroup is better than group especially on ?buntu git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7123 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index e90ce468a5..3705bf2e70 100755 --- a/debian/postinst +++ b/debian/postinst @@ -24,7 +24,7 @@ case "$1" in if ! getent passwd freeswitch >/dev/null; then adduser --disabled-password --quiet --system \ --home /opt/freeswitch \ - --gecos "FreeSwitch Voice Platform" --group daemon \ + --gecos "FreeSwitch Voice Platform" --ingroup daemon \ freeswitch fi