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

*** 28,38 **** * usual kind of filename globbing, like: * * *.c * /var/log/syslog.? * log[0-9]*file ! * /var/apache/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. * --- 28,38 ---- * usual kind of filename globbing, like: * * *.c * /var/log/syslog.? * log[0-9]*file ! * /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,71 **** * * 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> --- 60,69 ----