]> granicus.if.org Git - python/commitdiff
Change default RCS bin directory to /usr/local/bin/.
authorGuido van Rossum <guido@python.org>
Thu, 19 Feb 1998 21:29:38 +0000 (21:29 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 19 Feb 1998 21:29:38 +0000 (21:29 +0000)
Tools/faqwiz/faqconf.py

index e1e6e39b08ef234c58b82e482a5b089627741ae9..647918251994673f643e937c2f2f40860b912319 100644 (file)
@@ -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