summaryrefslogtreecommitdiffstats
path: root/main/xen/xendomains.initd
diff options
context:
space:
mode:
authorRoger Pau Monne <roger.pau@citrix.com>2012-12-03 17:43:48 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2012-12-04 06:54:12 +0000
commita5cfc78fea7ba38a87393901d33cffd50c089e0f (patch)
treefb40f5ba3db26fe490a4d2b8881aa8ca9eec4cf0 /main/xen/xendomains.initd
parent61903d0f3564dbe703fedc9738c994ebfc9ffff9 (diff)
downloadaports-fcolista-a5cfc78fea7ba38a87393901d33cffd50c089e0f.tar.bz2
aports-fcolista-a5cfc78fea7ba38a87393901d33cffd50c089e0f.tar.xz
xen: fix xendomains init script
Diffstat (limited to 'main/xen/xendomains.initd')
-rw-r--r--main/xen/xendomains.initd6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/xen/xendomains.initd b/main/xen/xendomains.initd
index ce3c0c3b94..ff6fcdb138 100644
--- a/main/xen/xendomains.initd
+++ b/main/xen/xendomains.initd
@@ -6,8 +6,8 @@
extra_commands="status"
depend() {
- need xenstored
- after dhcp xend xenconsoled
+ need xenstored xenconsoled
+ after dhcp
}
get_domname() {
@@ -30,7 +30,7 @@ using_screen() {
set_screen_cmd() {
export SCREENDIR=${SCREENDIR:-/tmp/screens/S-root}
- checkpath --directory --mode 700 "$SCREENDIR"
+ checkpath -d -m 700 "$SCREENDIR"
screen_cmd="screen -c ${SCREENRC:-/dev/null} -q -r ${SCREEN_NAME:=xen} -X"
}