aboutsummaryrefslogtreecommitdiffstats
path: root/dhcpcd/80-pacredir
diff options
context:
space:
mode:
Diffstat (limited to 'dhcpcd/80-pacredir')
-rw-r--r--dhcpcd/80-pacredir2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpcd/80-pacredir b/dhcpcd/80-pacredir
index b5651be..3e7addb 100644
--- a/dhcpcd/80-pacredir
+++ b/dhcpcd/80-pacredir
@@ -4,7 +4,7 @@ case "${reason}" in
BOUND|REBIND|REBOOT|RENEW|TIMEOUT|STATIC)
# inform pacredir about reestablished connection
if pgrep -x pacredir >/dev/null; then
- kill -HUP $(pgrep pacredir)
+ kill -HUP $(pgrep -x pacredir)
fi
;;
PREINIT|EXPIRE|INFORM|FAIL|IPV4LL|NAK|NOCARRIER|RELEASE|STOP)