diff options
Diffstat (limited to 'sysutils/lsof/patches/patch-aa')
-rw-r--r-- | sysutils/lsof/patches/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/lsof/patches/patch-aa b/sysutils/lsof/patches/patch-aa index 276c30be52b..147259edada 100644 --- a/sysutils/lsof/patches/patch-aa +++ b/sysutils/lsof/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.3 1998/08/07 11:14:05 agc Exp $ +$NetBSD: patch-aa,v 1.4 1998/09/28 10:57:39 frueauf Exp $ ---- Configure.orig Fri May 22 20:58:12 1998 -+++ Configure Thu Jun 11 17:15:28 1998 -@@ -1527,7 +1527,7 @@ +--- Configure.orig Tue Sep 15 02:56:33 1998 ++++ Configure Thu Sep 17 15:47:27 1998 +@@ -1400,7 +1400,7 @@ then - if test -r /etc/mk.conf + if test -r /etc/mk.conf # { then - grep -q "^UVM[ ]*=" /etc/mk.conf + grep -q "^UVM[ ]*[\?|\+]*=" /etc/mk.conf - if test $? -eq 0 + if test $? -eq 0 # { then NETBSD_UVM="Y" |