Package: ifscheme User: ubuntu-de...@lists.ubuntu.com Version: 1.7-3 Severity: normal Tags: patch
Hello dear maintainer, Pertaining to the above subject ifscheme-mapping remains inactive because ifscheme script writes the scheme to /etc/network/scheme, but ifscheme-mapping looks in /etc/network/run/scheme. Please refer the below bugs for more info: https://bugs.edge.launchpad.net/bugs/160585 https://bugs.edge.launchpad.net/bugs/376641 Attached is a minimal simple patch as a workaround, Regards -- Bhavani Shankar.R https://launchpad.net/~bhavi, a proud ubuntu community member. What matters in life is application of mind!, It makes great sense to have some common sense..!
--- ifscheme-1.7.orig/ifscheme-mapping +++ ifscheme-1.7/ifscheme-mapping @@ -5,7 +5,7 @@ # Arguments : on the command line, we have the name of the interface. # If the mapping contains some "map" statements, we get them from stdin. -SCHEME=/etc/network/run/scheme +SCHEME=/etc/network/scheme # Take care of users calling this program directly. if [ -z "$1" ] ; then