diff options
author | obrien <obrien@FreeBSD.org> | 2002-10-19 18:41:25 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-10-19 18:41:25 +0000 |
commit | cf9d702cea9445f002032addceaeb70bd5804ee5 (patch) | |
tree | ecc3ad91f05bbe4d5f90c0f09e871ec3f8cc2e77 /security/nbaudit | |
parent | 2a19903b16c6605179a3733f57b689b56160b263 (diff) | |
download | FreeBSD-ports-cf9d702cea9445f002032addceaeb70bd5804ee5.zip FreeBSD-ports-cf9d702cea9445f002032addceaeb70bd5804ee5.tar.gz |
Mean to add SCM ID.
Diffstat (limited to 'security/nbaudit')
-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 13bfa5a..086c4e2 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. |