Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > 8a9c0b311d8695c5160b971764cb8a57 > files > 2

ipplan-4.57-1mdv2007.0.src.rpm

--- config.php	2006-03-15 22:30:43.000000000 +0100
+++ config.php.oden	2006-03-16 13:21:19.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/ipplan/uploads');
 
 // 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
@@ -202,7 +202,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");