Page MenuHomeFreeBSD

D4000.diff
No OneTemporary

D4000.diff

Index: head/usr.sbin/newsyslog/newsyslog.c
===================================================================
--- head/usr.sbin/newsyslog/newsyslog.c
+++ head/usr.sbin/newsyslog/newsyslog.c
@@ -1271,20 +1271,6 @@
working->flags |= CE_BINARY;
break;
case 'c':
- /*
- * XXX - Ick! Ugly! Remove ASAP!
- * We want `c' and `C' for "create". But we
- * will temporarily treat `c' as `g', because
- * FreeBSD releases <= 4.8 have a typo of
- * checking ('G' || 'c') for CE_GLOB.
- */
- if (*q == 'c') {
- warnx("Assuming 'g' for 'c' in flags for line:\n%s",
- errline);
- warnx("The 'c' flag will eventually mean 'CREATE'");
- working->flags |= CE_GLOB;
- break;
- }
working->flags |= CE_CREATE;
break;
case 'd':

File Metadata

Mime Type
text/plain
Expires
Fri, Apr 24, 2:25 AM (15 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32050415
Default Alt Text
D4000.diff (796 B)

Event Timeline