diff options
author | Guido van Rossum <guido@python.org> | 1998-02-19 21:29:38 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-02-19 21:29:38 (GMT) |
commit | 64a1090d1bcce8bfa52363dc7d02d05885b0606e (patch) | |
tree | a3e3ad5b2865e1217e83dd9eaa08a2454d9a3340 /Tools/faqwiz/faqconf.py | |
parent | 1c0d31565d3e8bce6d1a67fe0cdd029492ec973b (diff) | |
download | cpython-64a1090d1bcce8bfa52363dc7d02d05885b0606e.zip cpython-64a1090d1bcce8bfa52363dc7d02d05885b0606e.tar.gz cpython-64a1090d1bcce8bfa52363dc7d02d05885b0606e.tar.bz2 |
Change default RCS bin directory to /usr/local/bin/.
Diffstat (limited to 'Tools/faqwiz/faqconf.py')
-rw-r--r-- | Tools/faqwiz/faqconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/faqwiz/faqconf.py b/Tools/faqwiz/faqconf.py index e1e6e39..6479182 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 |