1 --- install.pl 2011-02-05 05:02:38.845785881 -0700
2 +++ install2.pl 2011-02-05 05:03:21.350360881 -0700
4 ### make sure the system binaries are where we think they are.
7 -### check to make sure we are running as root
8 -$< == 0 && $> == 0 or die "You need to be root (or equivalent UID 0",
9 - " account) to install/uninstall fwsnort!\n";
14 --- install.pl 2011-01-02 18:38:51.000000000 -0700
15 +++ install2.pl 2011-02-05 04:59:01.653910881 -0700
17 sub check_commands() {
26 CMD: for my $cmd (keys %cmds) {
27 unless (-x $cmds{$cmd}) {