summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-scripts/net.modules.d/dhcpcd')
-rw-r--r--net-scripts/net.modules.d/dhcpcd7
1 files changed, 0 insertions, 7 deletions
diff --git a/net-scripts/net.modules.d/dhcpcd b/net-scripts/net.modules.d/dhcpcd
index 70a6bcc..12ed4c8 100644
--- a/net-scripts/net.modules.d/dhcpcd
+++ b/net-scripts/net.modules.d/dhcpcd
@@ -127,13 +127,6 @@ dhcpcd_start() {
dhcpcd_stop "${iface}"
[[ ! -d "${statedir}/${iface}" ]] && mkdir -m 0755 -p "${statedir}/${iface}"
-
- if [[ ${background} == "yes" ]]; then
- eval dhcpcd "${opts}" "${iface}" &
- eend 0
- go_background
- fi
-
eval dhcpcd "${opts}" "${iface}"
eend $? || return 1