diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:20:38 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:20:38 +0000 |
commit | 8e7fd48a294d7d6e54c6d07989807cff33ab19bd (patch) | |
tree | 0e35601cdb966c752e15cc4e5381c7e20e13fd50 /mail/ml/files/patch-lib-CheckConnection.ppp | |
parent | science/sigrok-cli: update to 0.5.0 (diff) |
Rename mail/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363275
Diffstat (limited to 'mail/ml/files/patch-lib-CheckConnection.ppp')
-rw-r--r-- | mail/ml/files/patch-lib-CheckConnection.ppp | 13 |
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 + |