Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > 6f43cab42572683282681801bc9ec948 > files > 2

ipplan-4.81-1mdv2007.1.src.rpm

--- config.php.old	2007-02-27 22:16:56.000000000 +0100
+++ config.php	2007-02-27 22:22:58.000000000 +0100
@@ -30,7 +30,7 @@
 
 // the database user and password is NOT the same user and password
 // used to access IPplan as a regular user.
-define("DBF_TYPE", 'maxsql');
+define("DBF_TYPE", 'mysql');
 define("DBF_HOST", 'localhost');
 define("DBF_USER", 'ipplan');
 define("DBF_NAME", 'ipplan');
@@ -96,7 +96,7 @@
 // see either httpd.conf User directive or ps -ef to see which user
 // apache runs under, then set mode 700 on directory and change owner
 // to this user
-define("UPLOADDIRECTORY", '/var/spool/ipplanuploads');
+define("UPLOADDIRECTORY", '/var/lib/ipplanuploads');
 
 // default country code ("" for none)
 define("DEFAULTCOUNTRY", 'US');
@@ -186,7 +186,7 @@
 //   this will usually be the user under which Apache runs. If the 
 // permissions are not correct, the files will be created in the
 // system temp directory, usually /tmp
-define("DNSEXPORTPATH", '/tmp/dns/');
+define("DNSEXPORTPATH", '/var/lib/ipplan/dns/');
 
 // dnsslaveonly is the default setting for when creating new zones. If your
 // dns server only serves as a slave for most of your zones, it's helpful
@@ -205,7 +205,7 @@
 
 // export path where DHCP files in XML format will be output ready for
 // transformation into DHCP file for various DHCP servers
-define("DHCPEXPORTPATH", '/tmp/dhcp/');
+define("DHCPEXPORTPATH", '/var/lib/ipplan/dhcp/');
 
 // This string identifies ip addresses that belong in the DHCP pool
 define("DHCPRESERVED", 'Reserved - DHCP pool');