From c1db77f01848b4da256426383559a553547a81d5 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 9 Oct 2011 23:49:43 +0200 Subject: [PATCH] move the main path to ./dummy to maintain the proper proto script implementations in ./proto --- dummy/proto/netifd-proto.sh | 1 + {proto => dummy/proto}/ppp.sh | 0 netifd.h | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 dummy/proto/netifd-proto.sh rename {proto => dummy/proto}/ppp.sh (100%) diff --git a/dummy/proto/netifd-proto.sh b/dummy/proto/netifd-proto.sh new file mode 120000 index 0000000..b313293 --- /dev/null +++ b/dummy/proto/netifd-proto.sh @@ -0,0 +1 @@ +../../proto/netifd-proto.sh \ No newline at end of file diff --git a/proto/ppp.sh b/dummy/proto/ppp.sh similarity index 100% rename from proto/ppp.sh rename to dummy/proto/ppp.sh diff --git a/netifd.h b/netifd.h index c80980f..aa04c51 100644 --- a/netifd.h +++ b/netifd.h @@ -14,7 +14,7 @@ #include "utils.h" #ifdef DUMMY_MODE -#define DEFAULT_MAIN_PATH "." +#define DEFAULT_MAIN_PATH "./dummy" #define DEFAULT_HOTPLUG_PATH "./scripts/hotplug-cmd" #else #define DEFAULT_MAIN_PATH "/lib/netifd" -- 2.11.0