projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a97b372
)
*** empty log message ***
author
bodea
<bodea>
Wed, 12 Oct 2005 07:16:53 +0000
(07:16 +0000)
committer
bodea
<bodea>
Wed, 12 Oct 2005 07:16:53 +0000
(07:16 +0000)
scripts/l2tpns-capture
patch
|
blob
|
history
diff --git
a/scripts/l2tpns-capture
b/scripts/l2tpns-capture
index
d675518
..
6b31daf
100644
(file)
--- a/
scripts/l2tpns-capture
+++ b/
scripts/l2tpns-capture
@@
-12,7
+12,7
@@
use IO::File;
use IO::Socket;
use Time::HiRes 'gettimeofday';
-(my $cmd = $0) =~ s!.*/
/
!!;
+(my $cmd = $0) =~ s!.*/!!;
die "Usage: $cmd PREFIX PORT\n" unless @ARGV == 2 and $ARGV[1] =~ /^\d+$/;