jablonka.czprosek.czf

hotsanic

Subversion Repositories:
[/] [branches/] [HotSaNIC-0.5.0-jablonecka/] [modules/] [routing2/] [setup] - Blame information for rev 11

 

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

Powered by WebSVN 2.2.1