diff -ruN old/etc/rc.conf new/etc/rc.conf --- old/etc/rc.conf 2008-08-05 13:00:35.000000000 -0700 +++ new/etc/rc.conf 2008-08-05 13:01:08.000000000 -0700 @@ -71,6 +71,9 @@ gateway="default gw 192.168.0.1" ROUTES=(gateway) +# Comment out the following line to support Wake On Lan +WOL_ARGS="-i" + # Enable these network profiles at boot-up. These are only useful # if you happen to need multiple network configurations (ie, laptop users) # - set to 'menu' to present a menu during boot-up (dialog package required) diff -ruN old/etc/rc.shutdown new/etc/rc.shutdown --- old/etc/rc.shutdown 2008-08-05 13:03:12.000000000 -0700 +++ new/etc/rc.shutdown 2008-08-05 13:04:22.000000000 -0700 @@ -123,7 +123,7 @@ if [ "$RUNLEVEL" = "0" ]; then printsep printhl "${C_H2}POWER OFF" - /sbin/poweroff -d -f -h -i + /sbin/poweroff -d -f -h $WOL_ARGS else printsep printhl "${C_H2}REBOOTING"