hotsanic |
Subversion Repositories: |
Line No. | Rev | Author | Line |
---|---|---|---|
1 | 1 | simandl | #!/bin/sh |
2 | |
||
3 | if ! [ -e settings ]; then OUTFILE="settings"; else OUTFILE="settings.new"; fi |
||
4 | |
||
5 | cat >> $OUTFILE << EOF |
||
6 | # IFACE=<iface>,<description> |
||
7 | # |
||
8 | IFACE=routing2,routovani |
||
9 | EOF |
||
10 | |
||
11 | |
||
12 | echo |
||
13 | echo "Please check the settings file and adapt it to satisfy your needs." |
||
14 | echo "you have to configure some destination interfaces." |