diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-02-07 22:28:37 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-02-07 22:28:37 +0000 |
commit | 92ada6faa540b7e08b4593fb5d11ec4ba36ac967 (patch) | |
tree | 7619a911402ee94eb135e00b3a15064bd20665df /devel/cvslines/files/patch-ab | |
parent | MASTER_SITE_SUBDIR is needless now. (diff) |
"It has been established that persons who have recently died have
been returning to life and committing acts of murder."
-- Night of the Living Dead (1968)
Update to new layout. Update master sites. Update link to home
page. Fix path to perl5 (fixes a bug reported in PR 14353). Use
system rcs by default (same fix as in PR 14353). Correct several
instances of doubled word "the the" in man page. Take over
maintainership.
Missing repository files replaced by: joe
Permissions problem fixed by: the unknown cvsmeister
PR: 14353, 34530, and 34702
Notes
Notes:
svn path=/head/; revision=54329
Diffstat (limited to 'devel/cvslines/files/patch-ab')
-rw-r--r-- | devel/cvslines/files/patch-ab | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/devel/cvslines/files/patch-ab b/devel/cvslines/files/patch-ab new file mode 100644 index 000000000000..9265dc0bbc4d --- /dev/null +++ b/devel/cvslines/files/patch-ab @@ -0,0 +1,32 @@ +--- 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>; + + } + } |