From 4ace915c7224954cd393e8f74c5f32db20ee7cea Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Mon, 23 Jun 2014 21:49:47 -0400 Subject: [PATCH] Add comment --- stage2/misc/acpi/suspend2ram.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.20.1