[BACK]Return to newsyslog.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / newsyslog

Diff for /src/usr.bin/newsyslog/newsyslog.c between version 1.93 and 1.94

version 1.93, 2015/01/16 06:40:10 version 1.94, 2015/02/08 23:40:34
Line 434 
Line 434 
                         arcdir = optarg;                          arcdir = optarg;
                         break;                          break;
                 case 'n':                  case 'n':
                         noaction++; /* This implies needroot as off */                          noaction = 1;   /* This implies needroot as off */
                         /* fall through */                          /* fall through */
                 case 'r':                  case 'r':
                         needroot = 0;                          needroot = 0;
                         break;                          break;
                 case 'v':                  case 'v':
                         verbose++;                          verbose = 1;
                         break;                          break;
                 case 'f':                  case 'f':
                         conf = optarg;                          conf = optarg;
                         break;                          break;
                 case 'm':                  case 'm':
                         monitormode++;                          monitormode = 1;
                         break;                          break;
                 case 'F':                  case 'F':
                         force++;                          force = 1;
                         break;                          break;
                 default:                  default:
                         usage();                          usage();

Legend:
Removed from v.1.93  
changed lines
  Added in v.1.94