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

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Fri Jan 10 07:08:00 2003


User:      kwalsh
Date:      2003-01-10 12:07:50 GMT
Modified:  scripts  makecat.PL
Log:
	* Booked in a makecat patch that was created and tested by Carl
	  Bailey.  The patch fixes a bug that prevented the cgi-bin link
	  program from being associated with the chosen owner and group.

	  Thanks Carl.

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


rev 2.18, prev_rev 2.17
Index: makecat.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/makecat.PL,v
retrieving revision 2.17
retrieving revision 2.18
diff -u -r2.17 -r2.18
--- makecat.PL	17 Oct 2002 04:46:24 -0000	2.17
+++ makecat.PL	10 Jan 2003 12:07:50 -0000	2.18
@@ -3,7 +3,7 @@
 #
 # Interchange catalog configurator
 #
-# $Id: makecat.PL,v 2.17 2002/10/17 04:46:24 mheins Exp $
+# $Id: makecat.PL,v 2.18 2003/01/10 12:07:50 kwalsh Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -1886,7 +1886,7 @@
 program ($cginame).
 
 EOF
-			chown($catuid, $catgid, $_) or die "\nchown $_: $!\n";
+			chown($catuid, $catgid, $cginame) or die "\nchown $cginame: $!\n";
 			prompt("Press <ENTER> to continue....");
 		}
 	}
@@ -2277,7 +2277,7 @@
 
 =head1 VERSION
 
-# $Id: makecat.PL,v 2.17 2002/10/17 04:46:24 mheins Exp $
+# $Id: makecat.PL,v 2.18 2003/01/10 12:07:50 kwalsh Exp $
 
 =head1 INTRODUCTION