X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fmisc%2Facpi%2Fsuspend2ram.sh;h=6fdbd96e194300aaad82845483c4155ea6f304d4;hb=ef375852e3cbdf25f7231e19d3d59248512a04bf;hp=d3429908828f0a9923b66eaf8120674a047416ef;hpb=8be3c0cbe1565c3773a7fdf3783dc3f1cf335b23;p=hvlinux.git diff --git a/stage2/misc/acpi/suspend2ram.sh b/stage2/misc/acpi/suspend2ram.sh index d342990..6fdbd96 100755 --- a/stage2/misc/acpi/suspend2ram.sh +++ b/stage2/misc/acpi/suspend2ram.sh @@ -47,17 +47,8 @@ sync # temporary file cat /proc/bus/pci/$ID > $TMP_FILE -# Stopping network. - -if [ -f /etc/rc.d/init.d/named ]; then - /etc/rc.d/init.d/named stop -fi - -/etc/rc.d/init.d/network stop - echo "Entering suspend mode" -# suspend echo -n mem > /sys/power/state echo "Resuming" @@ -66,11 +57,5 @@ echo "Resuming" # on resume cat $TMP_FILE > /proc/bus/pci/$ID -/etc/rc.d/init.d/network start - -if [ -f /etc/rc.d/init.d/named ]; then - /etc/rc.d/init.d/named start -fi - # remove temporary file rm -f $TMP_FILE