From: Hugo Villeneuve Date: Tue, 24 Jun 2014 01:49:47 +0000 (-0400) Subject: Add comment X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=4ace915c7224954cd393e8f74c5f32db20ee7cea;p=hvlinux.git Add comment --- diff --git a/stage2/misc/acpi/suspend2ram.sh b/stage2/misc/acpi/suspend2ram.sh index d342990..db84649 100755 --- a/stage2/misc/acpi/suspend2ram.sh +++ b/stage2/misc/acpi/suspend2ram.sh @@ -49,6 +49,7 @@ 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