2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

-Put in dependency on network module

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6002 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-05-06 20:33:07 +00:00
parent 7a94fd810d
commit b5563debf9

View File

@ -0,0 +1,3 @@
#!/bin/sh
[ "$1" = "-d" ] && echo network
exit 0