#!/bin/sh
#----------------------------------------------------------------------
# copyright (C) 1999-2003 Mitel Networks Corporation
#----------------------------------------------------------------------
                                                                                    
config=/etc/httpd/admin-conf/httpd.conf
                                                                                    
[ -e $config ] || exit 1
                                                                                    
exec /usr/sbin/httpd-admin -f $config -F 2>&1
