Changeset 30 for trunk/scripts/samhainadmin.pl.in
- Timestamp:
- Apr 27, 2006, 10:40:32 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/samhainadmin.pl.in
r3 r30 29 29 use Fcntl qw(:DEFAULT :flock); 30 30 31 # Do I/O to the data file in binary mode (so it 32 # wouldn't complain about invalid UTF-8 characters). 33 use bytes; 34 31 35 File::Temp->safe_level( File::Temp::HIGH ); 32 36 … … 515 519 $action = 'f'; 516 520 } 517 elsif (defined ($opts{'create- cfgfile'})) {521 elsif (defined ($opts{'create-datafile'})) { 518 522 $action = 'D'; 519 523 } 520 elsif (defined ($opts{'print- cfgfile'})) {524 elsif (defined ($opts{'print-datafile'})) { 521 525 $action = 'd'; 522 526 }
Note:
See TracChangeset
for help on using the changeset viewer.