diff options
author | Will Andrews <will@FreeBSD.org> | 2000-07-03 00:34:20 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-07-03 00:34:20 +0000 |
commit | c45597ab5693c133ab9d87989ba6a0c061ecdaf6 (patch) | |
tree | 090680d06d67e571bad491c445b0cae2f1efbdcf /devel/viewcvs/files/patch-aa | |
parent | Upgrade to isc-dhcp-2.0 patchlevel 2 (diff) |
Add ViewCVS, a Python version of Zeller's cvsweb. Cool!!
Notes
Notes:
svn path=/head/; revision=30092
Diffstat (limited to 'devel/viewcvs/files/patch-aa')
-rw-r--r-- | devel/viewcvs/files/patch-aa | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/viewcvs/files/patch-aa b/devel/viewcvs/files/patch-aa new file mode 100644 index 000000000000..9a7770ced514 --- /dev/null +++ b/devel/viewcvs/files/patch-aa @@ -0,0 +1,17 @@ +--- viewcvs-install Fri May 12 06:26:11 2000 ++++ viewcvs-install.new Sun Jul 2 19:59:28 2000 +@@ -159,10 +159,10 @@ + print INFO_TEXT + + ## get the install path +- temp = raw_input("Installation Path [%s]: " % ROOT_DIR) +- temp = string.strip(temp) +- if len(temp): +- ROOT_DIR = temp ++ #temp = raw_input("Installation Path [%s]: " % ROOT_DIR) ++ #temp = string.strip(temp) ++ #if len(temp): ++ # ROOT_DIR = temp + + ## install the files + print |