Print this page
Bump Apache dependency to Apache 2

*** 649,662 **** * separate line in the conf file. so if we * haven't seen a -P already, we check to see if * it is part of a specific entry for the log * file name. this handles the case where the * logname is "apache", it supplies a log file ! * name like "/var/apache/logs/[a-z]*_log", ! * which expands to multiple file names. if one ! * of the file names is "/var/apache/logs/access_log" ! * the the -P will be attached to a line with that * logname in the conf file. */ if (opts_count(opts, "P")) { off_t last = opts_optarg_int(opts, "P"); --- 649,662 ---- * separate line in the conf file. so if we * haven't seen a -P already, we check to see if * it is part of a specific entry for the log * file name. this handles the case where the * logname is "apache", it supplies a log file ! * name like "/var/apache2/2.2/logs/[a-z]*_log", ! * which expands to multiple file names. if one of ! * the file names is "/var/apache2/2.2/logs/access_log" ! * then the -P will be attached to a line with that * logname in the conf file. */ if (opts_count(opts, "P")) { off_t last = opts_optarg_int(opts, "P");