From adad5f9d2909b1d734d981cbf87ba3755cdfa279 Mon Sep 17 00:00:00 2001 From: Byron Clark Date: Tue, 21 Jun 2011 21:44:01 -0600 Subject: [PATCH] Use correct rc.d scripts --- contrib/11netcfg | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/contrib/11netcfg b/contrib/11netcfg index b1a5d5f..db65f5a 100755 --- a/contrib/11netcfg +++ b/contrib/11netcfg @@ -7,7 +7,8 @@ suspend_netcfg() { case $NETCFG_SUSPEND in daemons) stopservice net-profiles - stopservice net-auto + stopservice net-auto-wired + stopservice net-auto-wireless ;; retain|*) netcfg all-suspend @@ -19,7 +20,8 @@ resume_netcfg() { case $NETCFG_SUSPEND in daemons) restartservice net-profiles - restartservice net-auto + restartservice net-auto-wired + restartservice net-auto-wireless ;; retain|*) netcfg all-resume -- 1.7.5.2