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 case "$1" in
'start') 'start')
shift shift
echo "Starting dhcpcd..."
dhcpcd -b ${@:-$IFACES} dhcpcd -b ${@:-$IFACES}
;; ;;
'stop') 'stop')
shift shift
echo "Stopping dhcpcd..."
dhcpcd -k ${@:-$IFACES} dhcpcd -k ${@:-$IFACES}
;; ;;
*) *)

Loading…
Cancel
Save