Autogénération de /etc/network/interfaces.local
darcs-hash:20080210155051-41f88-47060e3196b5245eadaa494503c47a45d48e47d5.gz
This commit is contained in:
parent
264fedda39
commit
2c871ebe22
4 changed files with 61 additions and 0 deletions
10
Probes/interfaces.local
Executable file
10
Probes/interfaces.local
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue