Changed paths to the final locations.
authorBjoern Sikora <bjoern.sikora@intra2net.com>
Tue, 22 Sep 2009 15:21:11 +0000 (17:21 +0200)
committerBjoern Sikora <bjoern.sikora@intra2net.com>
Tue, 22 Sep 2009 15:21:11 +0000 (17:21 +0200)
src/main.cpp
src/serviceholder.cpp

index 3ad3697..163e96b 100644 (file)
@@ -11,7 +11,7 @@
 #include <config.h>
 #endif
 
-#define PIDFILE "/home/bjoern/intranator/bpdyndnsd/var/run/bpdyndnsd.pid"
+#define PIDFILE "/var/run/bpdyndnsd.pid"
 
 #include <iostream>
 #include <fstream>
index c1af7c8..66876a0 100644 (file)
@@ -14,7 +14,7 @@
 #include <boost/foreach.hpp>
 #include <boost/filesystem.hpp>
 
-#define OBJECT_FILE "/home/bjoern/intranator/bpdyndnsd/objects.ser"
+#define OBJECT_FILE "/var/local/bpdyndnsd/objects.ser"
 
 using namespace std;