Description: Use /run/network to read/store state.
 Ifscheme used /etc/network/run, but this directory is no longer used since
 stretch.
Author: Guus Sliepen <guus@debian.org>
Bug-Debian: https://bugs.debian.org/854419

--- ifscheme-1.7.orig/ifscheme
+++ ifscheme-1.7/ifscheme
@@ -2,10 +2,10 @@
 # ifscheme changes network configuration schemes using ifup and ifdown
 
 # File locations
-OLD_IFSTATE=/etc/network/ifstate
-NEW_IFSTATE=/etc/network/run/ifstate
+OLD_IFSTATE=/etc/network/run/ifstate
+NEW_IFSTATE=/run/network/ifstate
 INTERFACES=/etc/network/interfaces
-SCHEME=/etc/network/run/scheme
+SCHEME=/run/network/scheme
 
 usage ()
 {
