View | Details | Raw Unified | Return to bug 53059
Collapse All | Expand All

(-)support/apachectl.in (-3 / +4 lines)
Lines 37-52 Link Here
37
#
37
#
38
ACMD="$1"
38
ACMD="$1"
39
ARGV="$@"
39
ARGV="$@"
40
SBINDIR=$( dirname $( readlink $0 ) )
40
#
41
#
41
# |||||||||||||||||||| START CONFIGURATION SECTION  ||||||||||||||||||||
42
# |||||||||||||||||||| START CONFIGURATION SECTION  ||||||||||||||||||||
42
# --------------------                              --------------------
43
# --------------------                              --------------------
43
# 
44
# 
44
# the path to your httpd binary, including options if necessary
45
# the path to your httpd binary, including options if necessary
45
HTTPD='@exp_sbindir@/@progname@'
46
HTTPD="$SBINDIR/@progname@"
46
#
47
#
47
# pick up any necessary environment variables
48
# pick up any necessary environment variables
48
if test -f @exp_sbindir@/envvars; then
49
if test -f $SBINDIR/envvars; then
49
  . @exp_sbindir@/envvars
50
  . $SBINDIR/envvars
50
fi
51
fi
51
#
52
#
52
# a command that outputs a formatted text version of the HTML at the
53
# a command that outputs a formatted text version of the HTML at the

Return to bug 53059