Autogénération de /etc/network/interfaces.local

darcs-hash:20080210155051-41f88-47060e3196b5245eadaa494503c47a45d48e47d5.gz
This commit is contained in:
Jérémie Dimino 2008-02-10 16:50:51 +01:00
parent 264fedda39
commit 2c871ebe22
4 changed files with 61 additions and 0 deletions

10
Probes/interfaces.local Executable file
View file

@ -0,0 +1,10 @@
#!/bin/bash
if [ ! -f /etc/network/interfaces.local ]; then
echo "none"
exit 0
fi
echo "group:interfaces.local"
exec cat /etc/network/interfaces.local