diff options
Diffstat (limited to 'mail/ml/files/patch-lib-CheckConnection.ppp')
-rw-r--r-- | mail/ml/files/patch-lib-CheckConnection.ppp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/ml/files/patch-lib-CheckConnection.ppp b/mail/ml/files/patch-lib-CheckConnection.ppp deleted file mode 100644 index 7cf9decb6b65..000000000000 --- a/mail/ml/files/patch-lib-CheckConnection.ppp +++ /dev/null @@ -1,13 +0,0 @@ -*** ../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 - |