Modify the check script so that 40network will only load as a
authorVictor Lowther <victor.lowther@gmail.com>
Sat, 30 May 2009 03:58:21 +0000 (22:58 -0500)
committerVictor Lowther <victor.lowther@gmail.com>
Sat, 30 May 2009 04:07:56 +0000 (23:07 -0500)
dependency on another module.

modules.d/40network/check

index 77d876b..79a6d97 100755 (executable)
@@ -1,3 +1,4 @@
 #!/bin/sh
 which ip dhclient hostname >/dev/null 2>&1 || exit 1
-exit 0
\ No newline at end of file
+exit 255
+