Add comment
authorHugo Villeneuve <hugo@hugovil.com>
Tue, 24 Jun 2014 01:49:47 +0000 (21:49 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Thu, 31 Jul 2014 02:15:25 +0000 (22:15 -0400)
stage2/misc/acpi/suspend2ram.sh

index d342990..db84649 100755 (executable)
@@ -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