Changeset 8261 in genesis for nodes/CNodeSpoortje


Ignore:
Timestamp:
Aug 8, 2010, 12:14:27 PM (14 years ago)
Author:
rick
Message:
  • Commented variables are kind of useless as no program will be able to parse them. So made them 'active'
  • The text behind the $config proves to be a more usefull description than the normal DESC field, pushed them into a variable called COMMENT so we can finally start using them.
  • Commented code is in general bad stuff with a revision control system as it clutters the view, made the non active interface just 'idle' active.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • nodes/CNodeSpoortje/wleiden.conf

    r7657 r8261  
    1616
    1717##########################ethernet######################
    18 $config{'ep0'}=sprintf <<EP0;  # Ethernet 
     18$config{'ep0'}=sprintf <<EP0;
     19COMMENT=Ethernet 
    1920TYPE=ethernet
    2021DESC=ethernet naar bibliotheek     #Airport : transparant
     
    2526
    2627#########################eerste wireless kaart#######################
    27 $config{'wi0'}=sprintf <<EW0;   # Omni
     28$config{'wi0'}=sprintf <<EW0;
     29COMMENT=Omni
    2830TYPE=wireless
    2931DESC=omni voor de buurt
Note: See TracChangeset for help on using the changeset viewer.