diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-08-22 08:03:45 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-08-22 08:03:45 (GMT) |
commit | 18ae17328b876ce477b2f697c49da16f150f36c6 (patch) | |
tree | 42186b1660d7a2e078f6c63e5fc30c01531fd968 /abs/core-testing/skvm-hg/run | |
parent | d02df784ac023ceef4394948111a921c4f860c44 (diff) | |
download | linhes_pkgbuild-18ae17328b876ce477b2f697c49da16f150f36c6.zip linhes_pkgbuild-18ae17328b876ce477b2f697c49da16f150f36c6.tar.gz linhes_pkgbuild-18ae17328b876ce477b2f697c49da16f150f36c6.tar.bz2 |
skvm:initial inclusion. lightweight volume manager.
Diffstat (limited to 'abs/core-testing/skvm-hg/run')
-rwxr-xr-x | abs/core-testing/skvm-hg/run | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/abs/core-testing/skvm-hg/run b/abs/core-testing/skvm-hg/run new file mode 100755 index 0000000..188f5d8 --- /dev/null +++ b/abs/core-testing/skvm-hg/run @@ -0,0 +1,8 @@ +#!/bin/bash +exec 2>&1 +export TERM=linux +./etc/rc.conf +./etc/rc.d/functions +svwaitup hal 2>/dev/null 1>/dev/null +stat_runit "Starting skvm" +exec /etc/rc.d/skvm start |