X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fmisc%2Facpi%2Fsuspend2ram.sh;h=6fdbd96e194300aaad82845483c4155ea6f304d4;hb=1b3f334af67c84997f7b5e6dee56faf556f0ea4b;hp=db846491ed8f2d1088de12ff8636965d9bf49063;hpb=4ace915c7224954cd393e8f74c5f32db20ee7cea;p=hvlinux.git diff --git a/stage2/misc/acpi/suspend2ram.sh b/stage2/misc/acpi/suspend2ram.sh index db84649..6fdbd96 100755 --- a/stage2/misc/acpi/suspend2ram.sh +++ b/stage2/misc/acpi/suspend2ram.sh @@ -47,18 +47,8 @@ sync # temporary file cat /proc/bus/pci/$ID > $TMP_FILE -# Stopping network. - -# Check if NFS server functionality is desired -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" @@ -67,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