diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-10-19 18:41:25 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-10-19 18:41:25 +0000 |
commit | a237813853efb29960c43643186ced893ca571b4 (patch) | |
tree | ee8cca340779739c03290d4b6f149b118861f547 | |
parent | f511aaa71961e2c29e15a14a2b75cb0a74e631f2 (diff) | |
download | freebsd-ports-a237813853efb29960c43643186ced893ca571b4.zip |
Mean to add SCM ID.
-rw-r--r-- | security/nbaudit/files/nbaudition.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/nbaudit/files/nbaudition.pl b/security/nbaudit/files/nbaudition.pl index 13bfa5a2d433..086c4e289f51 100644 --- a/security/nbaudit/files/nbaudition.pl +++ b/security/nbaudit/files/nbaudition.pl @@ -1,6 +1,8 @@ #!/usr/bin/perl use strict; +# $FreeBSD$ + # run nmap -oX logfile <host> -p 139 to create the log for this script # run audition.pl log.xml to begin the great enterprise. |