=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/newsyslog/newsyslog.c,v retrieving revision 1.93 retrieving revision 1.94 diff -c -r1.93 -r1.94 *** src/usr.bin/newsyslog/newsyslog.c 2015/01/16 06:40:10 1.93 --- src/usr.bin/newsyslog/newsyslog.c 2015/02/08 23:40:34 1.94 *************** *** 1,4 **** ! /* $OpenBSD: newsyslog.c,v 1.93 2015/01/16 06:40:10 deraadt Exp $ */ /* * Copyright (c) 1999, 2002, 2003 Todd C. Miller --- 1,4 ---- ! /* $OpenBSD: newsyslog.c,v 1.94 2015/02/08 23:40:34 deraadt Exp $ */ /* * Copyright (c) 1999, 2002, 2003 Todd C. Miller *************** *** 434,455 **** arcdir = optarg; break; case 'n': ! noaction++; /* This implies needroot as off */ /* fall through */ case 'r': needroot = 0; break; case 'v': ! verbose++; break; case 'f': conf = optarg; break; case 'm': ! monitormode++; break; case 'F': ! force++; break; default: usage(); --- 434,455 ---- arcdir = optarg; break; case 'n': ! noaction = 1; /* This implies needroot as off */ /* fall through */ case 'r': needroot = 0; break; case 'v': ! verbose = 1; break; case 'f': conf = optarg; break; case 'm': ! monitormode = 1; break; case 'F': ! force = 1; break; default: usage();