Index: CVSROOT/loginfo
===================================================================
RCS file: /usr/local/cvsroot/CVSROOT/loginfo,v
diff -u -r1.8 -r1.9
--- CVSROOT/loginfo	9 Feb 2004 13:51:56 -0000	1.8
+++ CVSROOT/loginfo	9 Feb 2004 14:49:36 -0000	1.9
@@ -35,8 +35,8 @@
 #       variables in postcomit_actions and traffic_table.py
 #   (2) takes care of symlinks in the repository.  It uses adjustlinks.py.  Its
 #       config file is repolinks.  We are NOT using this  feature right now.
-^CVSROOT ${CVSROOT}/CVSROOT/postcommit_actions --verbose %{sVv}
-^openacs-4 ${CVSROOT}/CVSROOT/postcommit_actions --verbose %{sVv}
+^CVSROOT ${CVSROOT}/CVSROOT/postcommit_actions %{sVv}
+^openacs-4 ${CVSROOT}/CVSROOT/postcommit_actions %{sVv}
 
 
 # RBM: 2002-08-30: Add cvs-to-forums script invocation
Index: CVSROOT/traffic_table.py
===================================================================
RCS file: /usr/local/cvsroot/CVSROOT/traffic_table.py,v
diff -u -r1.1 -r1.2
--- CVSROOT/traffic_table.py	9 Feb 2004 13:13:44 -0000	1.1
+++ CVSROOT/traffic_table.py	9 Feb 2004 14:49:36 -0000	1.2
@@ -3,6 +3,8 @@
 #   001  Email addresses
 #   002  Added /openacs-4 pattern
 #   003  No catchall
+#   004  No repolinks (this isn't really necessary because we don't have
+#        any symlinks in the repository)
 
 """Table dictating what goes where for the traffic_cop module.
 
@@ -56,7 +58,8 @@
         # CVSROOT entry is crucial:
         {'path': "CVSROOT",
          'addrs': internal,
-         'specials': [("repolinks", "adjustlinks.py")],
+# 004
+#        'specials': [("repolinks", "adjustlinks.py")],
          'verbose': 1},
 
 # 002