summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/baselayout/files/baselayout-1.12.5-dmesg.patch')
-rw-r--r--sys-apps/baselayout/files/baselayout-1.12.5-dmesg.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/baselayout/files/baselayout-1.12.5-dmesg.patch b/sys-apps/baselayout/files/baselayout-1.12.5-dmesg.patch
index 20c0cf41c742..934b9a5ac62f 100644
--- a/sys-apps/baselayout/files/baselayout-1.12.5-dmesg.patch
+++ b/sys-apps/baselayout/files/baselayout-1.12.5-dmesg.patch
@@ -62,7 +62,7 @@
+ # Give pppd at least 30 seconds do die, #147490
einfo "Stopping pppd on ${iface}"
- start-stop-daemon --stop --exec /usr/sbin/pppd --pidfile "${pidfile}"
-+ start-stop-daemon --stop --exec /usr/sbin/pppd
++ start-stop-daemon --stop --exec /usr/sbin/pppd \
+ --pidfile "${pidfile}" --retry 30
eend $?
}