Changing the home of fprobe --> /var/local
authorsapanb <sapanb@8c455092-636d-4788-adf5-e71def0336e8>
Wed, 16 Apr 2008 23:33:48 +0000 (23:33 +0000)
committersapanb <sapanb@8c455092-636d-4788-adf5-e71def0336e8>
Wed, 16 Apr 2008 23:33:48 +0000 (23:33 +0000)
git-svn-id: http://svn.planet-lab.org/svn/fprobe-ulog/trunk@9042 8c455092-636d-4788-adf5-e71def0336e8

src/fprobe-ulog.c

index 3787de8..1e77269 100644 (file)
@@ -1286,7 +1286,7 @@ static int init_daemon() {
      3. change the file creation permission 
   */
   setsid();
-  chdir("/usr/local/fprobe");
+  chdir("/var/local/fprobe");
   umask(0);
 
   return(0);