From: Guido van Rossum Date: Thu, 19 Feb 1998 21:29:38 +0000 (+0000) Subject: Change default RCS bin directory to /usr/local/bin/. X-Git-Tag: v1.5.1~637 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64a1090d1bcce8bfa52363dc7d02d05885b0606e;p=python Change default RCS bin directory to /usr/local/bin/. --- diff --git a/Tools/faqwiz/faqconf.py b/Tools/faqwiz/faqconf.py index e1e6e39b08..6479182519 100644 --- a/Tools/faqwiz/faqconf.py +++ b/Tools/faqwiz/faqconf.py @@ -21,7 +21,7 @@ OWNERNAME = "GvR" # Name for feedback OWNEREMAIL = "guido@python.org" # Email for feedback HOMEURL = "http://www.python.org" # Related home page HOMENAME = "Python home" # Name of related home page -RCSBINDIR = "/depot/gnu/plat/bin/" # Directory containing RCS commands +RCSBINDIR = "/usr/local/bin/" # Directory containing RCS commands # (must end in a slash) # Parameters you can normally leave alone