Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153707060
D4000.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
796 B
Referenced Files
None
Subscribers
None
D4000.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D4000: newsyslog.c: treat 'c' flag in the config as 'C'
Attached
Detach File
Event Timeline
Log In to Comment