summaryrefslogtreecommitdiff
path: root/net-mgmt/ipplan/files/patch-config.php
blob: 972c4304d7adcae9c599eaeed6327c1f01d31c3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- config.php.orig	Sun Jun  5 09:53:19 2005
+++ config.php	Fri Jun 10 15:28:16 2005
@@ -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/spool/ipplan/uploads");
 
 // default country code ("" for none)
 define("DEFAULTCOUNTRY", "US");
@@ -109,7 +109,7 @@
 // not work if php is running in safemode. probing and scanning may 
 // also be against policy for your site!
 //define("NMAP", "");
-define("NMAP", "/usr/bin/nmap");
+define("NMAP", "/usr/local/bin/nmap");
 
 //-------------------------START OF REGISTRAR---------------------------
 
@@ -152,7 +152,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/spool/ipplan/exportdns/");
 
 // 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