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