Fixed paths to match more common linux distros
authorAlan J. Pippin <ajp@pippins.net>
Sun, 4 Jan 2009 21:05:38 +0000 (14:05 -0700)
committerAlan J. Pippin <ajp@pippins.net>
Sun, 4 Jan 2009 21:05:38 +0000 (14:05 -0700)
setup/db_config
setup/eq_config

index b6d6cb3436a09f4d98830ba1eabcff06f4d52d18..485df6cc1aa8d429430965434bd73413831b595a 100644 (file)
@@ -6,7 +6,7 @@
 ################################################################################
 
 $dbname = "phpgroupware";
-$dbhost = "192.168.0.2"; # This can be an IP address or name
+$dbhost = "192.168.0.4"; # This can be an IP address or name
 $dbport = 3306;
 $dbuser = "phpgroupware"; # This may require an additional '\@localhost'
 $dbpass = "phpgroupware";
index 54b8d4a3cba858d3ac7fb2b5a6f6be614dffbf12..ac79e2798007b7ecdd939c9ef5997f7777066b1b 100644 (file)
 $this->upload_target_path = "/home/users/eqpres/eq_data";
 
 // The full path to the installation location of this module
-$this->application_path = "/usr/local/www/data-dist/phpgroupware/eq";
+$this->application_path = "/usr/share/phpgroupware/eq";
 
 // The full path to the unzip application
-$this->unzip_path = "/usr/local/bin/unzip";
+$this->unzip_path = "/usr/bin/unzip";
 
 // Use drop down lists when specifying times in the scheduling tools.
 // If set to 0, free form text fields for the hour and minutes will be used instead.