46bace858d
* Fix linking (#2414), Thanks for reporting! * Refresh patches git-svn-id: svn://svn.openwrt.org/openwrt/packages@8877 3c298f89-4303-0410-b956-a3cf2f4a3e73
15 lines
680 B
Diff
15 lines
680 B
Diff
Index: portsentry_beta/portsentry.c
|
|
===================================================================
|
|
--- portsentry_beta.orig/portsentry.c 2007-09-20 17:30:32.000000000 +0200
|
|
+++ portsentry_beta/portsentry.c 2007-09-20 17:30:32.000000000 +0200
|
|
@@ -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
|