Print this page
2837 - remove print/lp* from gate and use CUPS from userland

*** 651,663 **** * separate line in the timestamp 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 timestamp file. */ if (opts_count(opts, "P")) { off_t last = opts_optarg_int(opts, "P"); --- 651,663 ---- * separate line in the timestamp 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" * the the -P will be attached to a line with that * logname in the timestamp file. */ if (opts_count(opts, "P")) { off_t last = opts_optarg_int(opts, "P");