summaryrefslogtreecommitdiff
path: root/devel/viewcvs/files/patch-aa
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-07-03 00:34:20 +0000
committerWill Andrews <will@FreeBSD.org>2000-07-03 00:34:20 +0000
commitc45597ab5693c133ab9d87989ba6a0c061ecdaf6 (patch)
tree090680d06d67e571bad491c445b0cae2f1efbdcf /devel/viewcvs/files/patch-aa
parentUpgrade 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-aa17
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