scripts: reorganize directory layout
[project/netifd.git] / netifd.h
index befa2ccb331985e11f18c62d2726a8d1843fe1c7..1f64555d46f638712394f9049a6b810334d12169 100644 (file)
--- a/netifd.h
+++ b/netifd.h
@@ -29,8 +29,8 @@
 #include "utils.h"
 
 #ifdef DUMMY_MODE
-#define DEFAULT_MAIN_PATH      "./dummy"
-#define DEFAULT_HOTPLUG_PATH   "./scripts/hotplug-cmd"
+#define DEFAULT_MAIN_PATH      "./examples"
+#define DEFAULT_HOTPLUG_PATH   "./examples/hotplug-cmd"
 #define DEFAULT_RESOLV_CONF    "./tmp/resolv.conf"
 #else
 #define DEFAULT_MAIN_PATH      "/lib/netifd"