Browse Source

Smallish consistency fixes in rc scripts

rocket-config
mid-kid 7 years ago
parent
commit
2e59ee1f0a
  1. 2
      root/etc/rc.d/rc.dhcpcd

2
root/etc/rc.d/rc.dhcpcd

@ -14,10 +14,12 @@ fi
case "$1" in
'start')
shift
echo "Starting dhcpcd..."
dhcpcd -b ${@:-$IFACES}
;;
'stop')
shift
echo "Stopping dhcpcd..."
dhcpcd -k ${@:-$IFACES}
;;
*)

Loading…
Cancel
Save