Your message dated Thu, 21 Feb 2013 10:42:47 +0100
with message-id <[email protected]>
and subject line Re: Bug#589193: Fix for inactive ifscheme-mapping
has caused the Debian Bug report #589193,
regarding Fix for inactive ifscheme-mapping
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
589193: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589193
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ifscheme
User: [email protected]
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
--- End Message ---
--- Begin Message ---
On Thu, Jul 15, 2010 at 10:50:07PM +0530, Bhavani Shankar R wrote:
> Version: 1.7-3
>
> 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.
My apologies for the extremely late reply to this bug.
In the Debian package version 1.7-3 both ifscheme and ifscheme mapping used
the same path (/etc/network/run/scheme), so there is no need to patch anything.
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <[email protected]>
signature.asc
Description: Digital signature
--- End Message ---