[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#353450: Small bug



In the original part of the script "apache2", lines 27 and following:

if [ -n "$2" ] && [ -f "$AP_CONF" ]; then
  AP_CONF="$2"
  AP_CONF_LOG="(config $AP_CONF)"
fi

it should be 
if [ -n "$2" ] && [ -f "$2" ]; then
  AP_CONF="$2"
  AP_CONF_LOG="(config $AP_CONF)"
fi

to actually test existence of the new config file.
-- 
Carsten Otto
c-otto@gmx.de
www.c-otto.de

Attachment: signature.asc
Description: Digital signature


Reply to: