From ba104a22c2b15541ba80801a8ecb1a033f6d57f3 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Thu, 13 Jan 2011 11:27:37 -0600 Subject: testing/ifupdown: alpine stores ifstate in /var/run. --- testing/ifupdown/ifupdown-alpine-ifstate.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testing/ifupdown/ifupdown-alpine-ifstate.patch (limited to 'testing/ifupdown/ifupdown-alpine-ifstate.patch') diff --git a/testing/ifupdown/ifupdown-alpine-ifstate.patch b/testing/ifupdown/ifupdown-alpine-ifstate.patch new file mode 100644 index 0000000000..ae00950819 --- /dev/null +++ b/testing/ifupdown/ifupdown-alpine-ifstate.patch @@ -0,0 +1,13 @@ +--- ifupdown-0.6.10.orig/main.c ++++ ifupdown-0.6.10/main.c +@@ -17,8 +17,8 @@ + #line 3166 "ifupdown.nw" + int no_act = 0; + int verbose = 0; +-char *statefile = "/etc/network/run/ifstate"; +-char *tmpstatefile = "/etc/network/run/.ifstate.tmp"; ++char *statefile = "/var/run/ifstate"; ++char *tmpstatefile = "/var/run/.ifstate.tmp"; + #line 3185 "ifupdown.nw" + static void usage(char *execname); + static void help(char *execname); -- cgit v1.2.3