Print this page
Bump Apache dependency to Apache 2
@@ -28,11 +28,11 @@
* usual kind of filename globbing, like:
*
* *.c
* /var/log/syslog.?
* log[0-9]*file
- * /var/apache/logs/x*{access,error}_log
+ * /var/apache2/2.2/logs/x*{access,error}_log
*
* this is basically the same syntax that csh supports for globs and
* is provided by the routine glob_glob() which takes a filename and
* returns a list of filenames that match the glob.
*
@@ -60,12 +60,10 @@
*
* the glob(3c) routines are not used here since they don't support
* braces, and don't support the more powerful reglobs required by logadm.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <stdio.h>
#include <libintl.h>
#include <stdlib.h>
#include <libgen.h>
#include <strings.h>