summaryrefslogtreecommitdiff
path: root/mail/ml/files/patch-lib-CheckConnection.ppp
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ml/files/patch-lib-CheckConnection.ppp')
-rw-r--r--mail/ml/files/patch-lib-CheckConnection.ppp13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ml/files/patch-lib-CheckConnection.ppp b/mail/ml/files/patch-lib-CheckConnection.ppp
new file mode 100644
index 000000000000..7cf9decb6b65
--- /dev/null
+++ b/mail/ml/files/patch-lib-CheckConnection.ppp
@@ -0,0 +1,13 @@
+*** ../lib/CheckConnection.ppp.orig Sun Mar 15 20:59:57 1998
+--- ../lib/CheckConnection.ppp Sun Mar 15 21:00:41 1998
+***************
+*** 1,4 ****
+ #!/bin/sh
+! netstat -i | grep ppp >& /dev/null || exit 1
+ exit 0
+
+--- 1,4 ----
+ #!/bin/sh
+! netstat -i | grep tun0 >& /dev/null || exit 1
+ exit 0
+