|
From: <jas...@us...> - 2003-04-26 23:26:51
|
Update of /cvsroot/genex/genex-server
In directory sc8-pr-cvs1:/tmp/cvs-serv29301
Modified Files:
Install
Log Message:
now copies the genex-2.conf file to LOCAL_ETC
added creation of LOCAL_ETC *before* installing MANIFEST files
Index: Install
===================================================================
RCS file: /cvsroot/genex/genex-server/Install,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** Install 25 Nov 2002 21:49:24 -0000 1.18
--- Install 26 Apr 2003 23:26:46 -0000 1.19
***************
*** 476,479 ****
--- 476,487 ----
+
+ ######################################################################
+ #
+ # the etc dir
+ #
+ $DIR = $VARS{LOCAL_ETC};
+ genex_mkdir($DIR,755) unless -d $DIR;
+
######################################################################
#
***************
*** 812,820 ****
#############################################################################
! # Copy the genex-2.conf file to $APACHE_CONF_DIR
#############################################################################
! $DIR = $APACHE_CONF_DIR;
my $file = 'genex-2.conf';
- # genex_system("cp $MOTHERDIR/apache/$file $DIR");
print STDERR <<EOT;
--- 820,827 ----
#############################################################################
! # Let the user know about including the apache config file
#############################################################################
! $DIR = $VARS{LOCAL_ETC};
my $file = 'genex-2.conf';
print STDERR <<EOT;
|