Просмотр исходного кода

examples/network.ncd: disable wlan0 by default

ambrop7 13 лет назад
Родитель
Сommit
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;