summaryrefslogtreecommitdiff
path: root/devel/cvslines/files/patch-ab
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
commitb919b8311bc5d38e5731d40525c88c54816f4530 (patch)
tree35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /devel/cvslines/files/patch-ab
parentDespite what I said before, this is the official INDEX file for (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Notes
Notes: svn path=/head/; revision=18827 svn path=/tags/RELEASE_3_2_0/; revision=18828; tag=release/3.2.0
Diffstat (limited to 'devel/cvslines/files/patch-ab')
-rw-r--r--devel/cvslines/files/patch-ab32
1 files changed, 0 insertions, 32 deletions
diff --git a/devel/cvslines/files/patch-ab b/devel/cvslines/files/patch-ab
deleted file mode 100644
index 9265dc0bbc4d..000000000000
--- a/devel/cvslines/files/patch-ab
+++ /dev/null
@@ -1,32 +0,0 @@
---- INSTALL-- Thu May 22 03:36:16 1997
-+++ INSTALL Tue Aug 25 14:26:30 1998
-@@ -73,7 +73,7 @@
- }
-
-
--$uname = `/bin/uname -a`; chop $uname;
-+$uname = `/usr/bin/uname -a`; chop $uname;
- ($u_os, $u_host, $u_osrel) = split(/\s+/, $uname);
-
- # Try to find things in the usual places, but failing those,
-@@ -121,7 +121,8 @@
- {
- if ( ! ( ($u_os eq "SunOS" && $u_osrel =~ /^5\./)
- || ($u_os eq "SunOS" && $u_osrel =~ /^4\./)
-- || ($u_os eq "OSF1" && $u_osrel =~ /^V[34]\./)))
-+ || ($u_os eq "OSF1" && $u_osrel =~ /^V[34]\./)
-+ || ($u_os eq "FreeBSD")))
- {
- print STDERR <<MSG;
- $Myname:
-@@ -148,9 +149,8 @@
- cvslines has been tested with cvs 1.9. The "cvs" command found via
- your \$PATH provided the following version information:
- $cvs_versmsg
-- (press Return to continue with the install...)
- MSG
-- $ans = <STDIN>;
-+ # $ans = <STDIN>;
-
- }
- }