diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-10-06 18:23:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-10-06 18:23:38 +0000 |
commit | 2366078d57af3b13be5d9a453404ffb1d3ad5f61 (patch) | |
tree | 1a4d232e21a666dc65ab8182be916d0a8d48ff92 /security/portsentry/files/patch-portsentry.c | |
parent | - Add backup MASTER_SITES (diff) |
- Update to 1.2
Notes
Notes:
svn path=/head/; revision=174652
Diffstat (limited to 'security/portsentry/files/patch-portsentry.c')
-rw-r--r-- | security/portsentry/files/patch-portsentry.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/portsentry/files/patch-portsentry.c b/security/portsentry/files/patch-portsentry.c new file mode 100644 index 000000000000..f5141bdc39f8 --- /dev/null +++ b/security/portsentry/files/patch-portsentry.c @@ -0,0 +1,12 @@ +--- portsentry.c.orig Fri May 23 20:10:13 2003 ++++ portsentry.c Fri Oct 6 20:18:26 2006 +@@ -1581,8 +1581,7 @@ + Usage (void) + { + printf ("PortSentry - Port Scan Detector.\n"); +- printf ("Copyright 1997-2003 Craig H. Rowland <craigrowland at users dot +-sourceforget dot net>\n"); ++ printf ("Copyright 1997-2003 Craig H. Rowland <craigrowland at users dot sourceforget dot net>\n"); + printf ("Licensing restrictions apply. Please see documentation\n"); + printf ("Version: %s\n\n", VERSION); + #ifdef SUPPORT_STEALTH |