Преглед изворни кода

examples/network.ncd: disable wlan0 by default

ambrop7 пре 14 година
родитељ
комит
6cf01684fe
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      ncd/examples/network.ncd

+ 1 - 1
ncd/examples/network.ncd

@@ -69,7 +69,7 @@ process wired_example_dhcp {
 # This will use the wpa_supplicant configuration file /etc/wpa_supplicant/all.conf
 # which should specify the wireless networks and other options.
 process wireless_example_dhcp {
-    #if("false"); # remove/comment to enable
+    if("false"); # remove/comment to enable
 
     # Set device.
     var("wlan0") dev;