summaryrefslogtreecommitdiff
path: root/recipes-connectivity/ppp/files/poff.patch
diff options
context:
space:
mode:
authorJeff Hatch <jhatch@multitech.com>2020-06-04 14:23:47 -0500
committerJeff Hatch <jhatch@multitech.com>2020-06-04 14:23:47 -0500
commit2fc1c8f4367fa674940f64927252fd6349a2d63b (patch)
treeeb08d052d64d0814ea1cfc75664b64be68eaffbb /recipes-connectivity/ppp/files/poff.patch
parente26f94e3f97b755652327f5652ea32f9ebf2b57b (diff)
parente919ef1e33c2cb56856cdbd22792a3bc3f36341d (diff)
downloadmeta-mlinux-atmel-2fc1c8f4367fa674940f64927252fd6349a2d63b.tar.gz
meta-mlinux-atmel-2fc1c8f4367fa674940f64927252fd6349a2d63b.tar.bz2
meta-mlinux-atmel-2fc1c8f4367fa674940f64927252fd6349a2d63b.zip
Merge branch 'test-split' into 'master'
Test split See merge request !1
Diffstat (limited to 'recipes-connectivity/ppp/files/poff.patch')
-rw-r--r--recipes-connectivity/ppp/files/poff.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-connectivity/ppp/files/poff.patch b/recipes-connectivity/ppp/files/poff.patch
deleted file mode 100644
index 2385886..0000000
--- a/recipes-connectivity/ppp/files/poff.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naru old/poff new/poff
---- old/poff 2017-09-05 19:07:11.630885666 -0500
-+++ new/poff 2017-09-05 19:08:09.586883950 -0500
-@@ -1,7 +1,7 @@
- #!/bin/sh
-
- # Lets see how many pppds are running....
--set -- `cat /var/run/ppp*.pid 2>/dev/null`
-+set -- `cat /var/run/ppp[0-9]*.pid 2>/dev/null`
-
- case $# in
- 0) # pppd only creates a pid file once ppp is up, so let's try killing pppd