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

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Thu Jan 23 12:15:02 2003


User:      jon
Date:      2003-01-23 17:14:02 GMT
Modified:  scripts  Tag: STABLE_4_8-branch makecat.PL
Log:
Merge patch from trunk:

	* 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
No                   revision



No                   revision



2.5.2.8   +3 -3      interchange/scripts/makecat.PL


rev 2.5.2.8, prev_rev 2.5.2.7
Index: makecat.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/makecat.PL,v
retrieving revision 2.5.2.7
retrieving revision 2.5.2.8
diff -u -u -r2.5.2.7 -r2.5.2.8
--- makecat.PL	26 Nov 2002 03:21:13 -0000	2.5.2.7
+++ makecat.PL	23 Jan 2003 17:14:02 -0000	2.5.2.8
@@ -50,7 +50,7 @@
 #
 # Interchange catalog configurator
 #
-# $Id: makecat.PL,v 2.5.2.7 2002/11/26 03:21:13 jon Exp $
+# $Id: makecat.PL,v 2.5.2.8 2003/01/23 17:14:02 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. and
 # Interchange Development Group, http://www.icdevgroup.org/
@@ -1960,7 +1960,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....");
 		}
 	}
@@ -2356,7 +2356,7 @@
 
 =head1 VERSION
 
-# $Id: makecat.PL,v 2.5.2.7 2002/11/26 03:21:13 jon Exp $
+# $Id: makecat.PL,v 2.5.2.8 2003/01/23 17:14:02 jon Exp $
 
 =head1 INTRODUCTION