diff options
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 |