tags 641372 + patch
thanks

Hi,

is there any chance to get a fix for this issue?
It's annoying having this error message on each boot.

The simplest fix is to just drop the "set -e". The attached patch does just.

Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
diff --git a/debian/if-up b/debian/if-up
index c81c529..a38fc5e 100644
--- a/debian/if-up
+++ b/debian/if-up
@@ -1,8 +1,6 @@
 #!/bin/sh
 # Reload the gogoc daemon when an interface comes up.
 
-set -e
-
 # We don't restart for loopback
 if [ "$IFACE" = lo ] ; then
   exit 0

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to