From a84de92f539fd2d7cd6be59c1c28dbf610da534f Mon Sep 17 00:00:00 2001 From: Olivier Huber Date: Sun, 29 Mar 2009 20:30:34 +0200 Subject: [PATCH] [./Python/etc/network/interfaces] Avec quatre espaces, c'est mieux darcs-hash:20090329183034-8fbb1-515b7b29c63ace9df6ad5e4a522c6cce51ea9778.gz --- Python/etc/network/interfaces | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Python/etc/network/interfaces b/Python/etc/network/interfaces index cf67373..be8f6e0 100644 --- a/Python/etc/network/interfaces +++ b/Python/etc/network/interfaces @@ -28,7 +28,7 @@ iface %(interface)s inet static dns-nameservers 138.231.136.10 138.231.136.9 138.231.136.3 dns-search crans.org""" % { 'interface': interface, 'ip': pubip() } - elif mode == "adm": + elif mode == "adm": print """auto %(interface)s iface %(interface)s inet static address %(ip)s @@ -39,7 +39,7 @@ iface %(interface)s inet static dns-nameservers 10.231.136.10 138.231.136.9 10.231.136.3 dns-search adm.crans.org""" % { 'interface': interface, 'ip': admip() } - elif mode == "radin": + elif mode == "radin": print """auto %(interface)s iface %(interface)s inet static address %(ip)s @@ -48,7 +48,7 @@ iface %(interface)s inet static broadcast 10.42.255.255 mtu 1496""" % { 'interface': interface, 'ip': radinip() } - elif mode == "accueil": + elif mode == "accueil": print """auto %(interface)s iface %(interface)s inet static address %(ip)s @@ -57,7 +57,7 @@ iface %(interface)s inet static broadcast 10.51.255.255 mtu 1496""" % { 'interface': interface, 'ip': accueilip() } - elif mode == "ens": + elif mode == "ens": print """auto %(interface)s iface %(interface)s inet static address %(ip)s @@ -66,7 +66,7 @@ iface %(interface)s inet static broadcast 10.2.9.255 mtu 1496""" % { 'interface': interface, 'ip': appt_ens_ip() } - elif mode == "isolement": + elif mode == "isolement": print """auto %(interface)s iface %(interface)s inet static address %(ip)s