From da165852d21a48465dccd88e6c4216e27d37486e Mon Sep 17 00:00:00 2001 From: Johann Latocha Date: Thu, 16 Feb 2012 14:14:41 +0100 Subject: [BUILD] Don't overwrite existing config files --- dnbd3-server.conf.example | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dnbd3-server.conf.example (limited to 'dnbd3-server.conf.example') diff --git a/dnbd3-server.conf.example b/dnbd3-server.conf.example new file mode 100644 index 0000000..0169bc2 --- /dev/null +++ b/dnbd3-server.conf.example @@ -0,0 +1,25 @@ +# This is a sample configuration file for dnbd3-server + +[Ubuntu 10.04] +file=/home/jjl/Data/ISOs/Ubuntu/ubuntu-10.04.3-desktop-i386.iso +servers=132.230.4.29;132.230.4.220 +vid=1 +rid=3 + +[Ubuntu 10.10] +file=/home/jjl/Data/ISOs/Ubuntu/ubuntu-10.10-desktop-i386.iso +servers=132.230.4.29;132.230.4.220 +vid=2 +rid=1 + +[Ubuntu 11.04] +file=/home/jjl/Data/ISOs/Ubuntu/ubuntu-11.04-desktop-i386.iso +servers=132.230.4.29;132.230.4.220 +vid=3 +rid=1 + +[Ubuntu 11.10] +file=/home/jjl/Data/ISOs/Ubuntu/ubuntu-11.10-desktop-i386.iso +servers=132.230.4.29;132.230.4.220 +vid=4 +rid=1 -- cgit v1.2.3-55-g7522