diff options
author | obrien <obrien@FreeBSD.org> | 2002-10-20 02:41:25 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-10-20 02:41:25 +0800 |
commit | cf9d702cea9445f002032addceaeb70bd5804ee5 (patch) | |
tree | ecc3ad91f05bbe4d5f90c0f09e871ec3f8cc2e77 /security/nbaudit | |
parent | 2a19903b16c6605179a3733f57b689b56160b263 (diff) | |
download | freebsd-ports-gnome-cf9d702cea9445f002032addceaeb70bd5804ee5.tar.gz freebsd-ports-gnome-cf9d702cea9445f002032addceaeb70bd5804ee5.tar.zst freebsd-ports-gnome-cf9d702cea9445f002032addceaeb70bd5804ee5.zip |
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 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. |