pkgsrc/net/speedtouch/patches/patch-ag

13 lines
375 B
Text

$NetBSD: patch-ag,v 1.1 2007/01/24 17:38:47 rillig Exp $
--- src/speedtouch-start.in.orig 2004-09-29 22:56:31.000000000 +0200
+++ src/speedtouch-start.in 2007-01-24 18:47:07.000000000 +0100
@@ -155,7 +155,7 @@ fi
# pppd call speedtouch-pppoe updetach
#
-if [ "${PPPD_PEER}" == "" ]; then
+if [ "${PPPD_PEER}" = "" ]; then
echo "PPPD_PEER undefined"
exit 1
fi