regen patches

This commit is contained in:
sthen 2012-01-17 17:05:14 +00:00
parent ecfd97cfa9
commit badc37959e
4 changed files with 15 additions and 15 deletions

View File

@ -1,13 +1,13 @@
$OpenBSD: patch-01,v 1.3 2001/03/12 15:02:26 wilfried Exp $
--- Makefile.orig Mon Mar 12 16:01:00 2001
+++ Makefile Mon Mar 12 16:01:00 2001
$OpenBSD: patch-Makefile,v 1.1 2012/01/17 17:05:14 sthen Exp $
--- Makefile.orig Tue Jan 17 17:04:32 2012
+++ Makefile Tue Jan 17 17:04:33 2012
@@ -1,14 +1,16 @@
# Compiler: eg. cc or gcc
-CC = cc
+#CC = cc
+
+#PREFIX= /local
+#PREFIX= /local
+
# Directory to install tcplist executable
-BINDIR = /local/bin
+BINDIR = $(PREFIX)/bin

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-02,v 1.2 2001/03/12 15:02:26 wilfried Exp $
--- lsof.c.orig Mon Mar 12 16:01:00 2001
+++ lsof.c Mon Mar 12 16:01:00 2001
$OpenBSD: patch-lsof_c,v 1.1 2012/01/17 17:05:14 sthen Exp $
--- lsof.c.orig Tue Jan 17 17:04:32 2012
+++ lsof.c Tue Jan 17 17:04:33 2012
@@ -27,7 +27,7 @@
#define LSOFCMD "lsof -HPsli TCP | awk '{print $3,$NF}' | sort | uniq"
#else /* !OLDLSOF */

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-utils_c,v 1.1 2004/01/04 18:58:44 espie Exp $
--- utils.c.orig 2004-01-04 19:49:27.000000000 +0100
+++ utils.c 2004-01-04 19:53:29.000000000 +0100
@@ -17,7 +17,7 @@ static char rcsid[] = "$Id: utils.c,v 1.
$OpenBSD: patch-utils_c,v 1.2 2012/01/17 17:05:14 sthen Exp $
--- utils.c.orig Tue Jan 17 17:04:32 2012
+++ utils.c Tue Jan 17 17:04:33 2012
@@ -17,7 +17,7 @@ static char rcsid[] = "$Id: utils.c,v 1.6 1997/04/24 1
#else
#include <strings.h>
#endif

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-utils_h,v 1.1 2004/01/04 18:58:44 espie Exp $
--- utils.h.orig 2004-01-04 19:55:13.000000000 +0100
+++ utils.h 2004-01-04 19:55:51.000000000 +0100
$OpenBSD: patch-utils_h,v 1.2 2012/01/17 17:05:14 sthen Exp $
--- utils.h.orig Tue Jan 17 17:04:32 2012
+++ utils.h Tue Jan 17 17:04:33 2012
@@ -50,19 +50,19 @@
/* Error - print like fprintf(stderr, ...) and die. Progname included at