[interchange-cvs] interchange - heins modified scripts/makecat.PL

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sun Dec 7 12:47:20 EST 2003


User:      heins
Date:      2003-12-07 17:47:20 GMT
Modified:  scripts  makecat.PL
Log:
* Add filter to strip trailing slash on the CGI directory.

Revision  Changes    Path
2.23      +3 -2      interchange/scripts/makecat.PL


rev 2.23, prev_rev 2.22
Index: makecat.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/makecat.PL,v
retrieving revision 2.22
retrieving revision 2.23
diff -u -r2.22 -r2.23
--- makecat.PL	1 Aug 2003 15:05:54 -0000	2.22
+++ makecat.PL	7 Dec 2003 17:47:20 -0000	2.23
@@ -3,7 +3,7 @@
 #
 # Interchange catalog configurator
 #
-# $Id: makecat.PL,v 2.22 2003/08/01 15:05:54 jon Exp $
+# $Id: makecat.PL,v 2.23 2003/12/07 17:47:20 mheins Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -526,6 +526,7 @@
 my %Postprocess = (
 
 	cgibase			=> \&strip_trailing_slash,
+	cgidir			=> \&strip_trailing_slash,
 	basedir			=> \&strip_trailing_slash,
 	documentroot	=> \&directory_process,
 	imagedir		=> \&directory_process,
@@ -2299,7 +2300,7 @@
 
 =head1 VERSION
 
-# $Id: makecat.PL,v 2.22 2003/08/01 15:05:54 jon Exp $
+# $Id: makecat.PL,v 2.23 2003/12/07 17:47:20 mheins Exp $
 
 =head1 INTRODUCTION
 








More information about the interchange-cvs mailing list