diff options
Diffstat (limited to 'networking/ifplugd.c')
-rw-r--r-- | networking/ifplugd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifplugd.c b/networking/ifplugd.c index 88bf448fa..86586f0fe 100644 --- a/networking/ifplugd.c +++ b/networking/ifplugd.c | |||
@@ -551,7 +551,7 @@ int ifplugd_main(int argc UNUSED_PARAM, char **argv) | |||
551 | applet_name = xasprintf("ifplugd(%s)", G.iface); | 551 | applet_name = xasprintf("ifplugd(%s)", G.iface); |
552 | 552 | ||
553 | #if ENABLE_FEATURE_PIDFILE | 553 | #if ENABLE_FEATURE_PIDFILE |
554 | pidfile_name = xasprintf(_PATH_VARRUN"ifplugd.%s.pid", G.iface); | 554 | pidfile_name = xasprintf(CONFIG_PID_FILE_PATH "/ifplugd.%s.pid", G.iface); |
555 | pid_from_pidfile = read_pid(pidfile_name); | 555 | pid_from_pidfile = read_pid(pidfile_name); |
556 | 556 | ||
557 | if (opts & FLAG_KILL) { | 557 | if (opts & FLAG_KILL) { |