git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6425 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michal Bielicki 2007-11-29 01:05:33 +00:00
parent 2061c3799a
commit 8150716372
1 changed files with 1 additions and 1 deletions

View File

@ -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