From 8150716372176b2cded35b83edbe1454ce248f12 Mon Sep 17 00:00:00 2001 From: Michal Bielicki Date: Thu, 29 Nov 2007 01:05:33 +0000 Subject: [PATCH] typo :( git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6425 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- debian/freeswitch.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/freeswitch.postinst b/debian/freeswitch.postinst index c3dff9870c..1728aff901 100755 --- a/debian/freeswitch.postinst +++ b/debian/freeswitch.postinst @@ -21,7 +21,7 @@ case "$1" in configure) - if ! getent passwd openfire >/dev/null; then + if ! getent passwd freeswitch >/dev/null; then adduser --disabled-password --quiet --system \ --home /opt/freeswitch \ --gecos "FreeSwitch Voice Platform" --group daemon