aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ifupdown/ifupdown-alpine-ifstate.patch
blob: ae009508192ef35c48157e65c2a58a8c4bbe849b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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);