Browse Source

Modify the check script so that 40network will only load as a

dependency on another module.
master
Victor Lowther 16 years ago
parent
commit
f3fb8d8074
  1. 3
      modules.d/40network/check

3
modules.d/40network/check

@ -1,3 +1,4 @@ @@ -1,3 +1,4 @@
#!/bin/sh
which ip dhclient hostname >/dev/null 2>&1 || exit 1
exit 0
exit 255


Loading…
Cancel
Save