Changeset 923 in genesis for tools/wleiden.pl
- Timestamp:
- Sep 14, 2003, 10:54:01 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/wleiden.pl
r922 r923 18 18 $OSPFPWD='huppel'; 19 19 $separator=';'; 20 $author='feb 2003 jasper \@WirelessLeiden.NL';20 $author='feb 2003 jasper@WirelessLeiden.NL'; 21 21 $wicontrol='/usr/sbin/wicontrol'; 22 22 … … 786 786 787 787 $rcconf.=sprintf <<EORC1; 788 # This file now contains just the overrides from /etc/defaults/rc.conf. 789 # Please make all changes to this file, not to /etc/defaults/rc.conf. 790 # rc.conf 788 # This file is read by /etc/rc.conf - and specific to wireless 789 # leiden. Please make all changes in Genesis. 791 790 # 792 791 # Generated by $source … … 798 797 799 798 hostname="$hostname.wLeiden.NET" 799 location="$location" 800 800 801 801 #ifconfig_lo0_alias0="inet $master_ip/32" 802 803 802 EORC1 804 803 … … 818 817 search wleiden.net . 819 818 819 # Local machine / own nameserver. 820 820 nameserver 127.0.0.1 821 821 EOR1 … … 828 828 foreach $ns (split(/[\s$separator]+/,$OSPF_NEIGHBORS{$if})) { 829 829 next unless $ns =~ m/\d+/; 830 $resolv.=" nameserver $ns\n";830 $resolv.="# Nameserver on adjacent node - $SDESC{$if} via $if\nnameserver $ns\n"; 831 831 }; 832 832 };
Note:
See TracChangeset
for help on using the changeset viewer.