diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2011-10-13 19:30:37 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2011-10-13 19:30:37 +0000 |
commit | 14f3d778a3af474c7c74722c3131927b9fb5654d (patch) | |
tree | 5efe7efa0674529fafb183444d7115c982f6f5d0 /app-emulation/xen-tools/files | |
parent | Add ur and nan linguas. (diff) | |
download | historical-14f3d778a3af474c7c74722c3131927b9fb5654d.tar.gz historical-14f3d778a3af474c7c74722c3131927b9fb5654d.tar.bz2 historical-14f3d778a3af474c7c74722c3131927b9fb5654d.zip |
[app-emulation/xen-tools] Sabayon Tinderbox build failuire, fixes bug #377557. patch by Tobias Heinlein aka keytoaster, full diff prepared by Ian Delaney. Use toolchain function instead of calling LD directly, copy fix from bug #384359, fix to invoke correct compiler, copy from bug #383973, patches by Ian Delaney aka idella4
Package-Manager: portage-2.2.0_alpha67/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/xen-tools/files')
-rwxr-xr-x | app-emulation/xen-tools/files/xendomains.initd-r1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/xen-tools/files/xendomains.initd-r1 b/app-emulation/xen-tools/files/xendomains.initd-r1 index 79ceac5a94b1..c7f6f88ee27d 100755 --- a/app-emulation/xen-tools/files/xendomains.initd-r1 +++ b/app-emulation/xen-tools/files/xendomains.initd-r1 @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xendomains.initd-r1,v 1.1 2009/09/01 09:56:36 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xendomains.initd-r1,v 1.2 2011/10/13 19:30:37 alexxy Exp $ opts="start stop status restart" @@ -38,7 +38,7 @@ start() { einfo "Starting Xen domains from ${AUTODIR:=/etc/xen/auto}" if using_screen ; then ebegin "Creating screen session to hold domain consoles" - ( screen -c ${SCREENRC:-/dev/null} -d -m -S ${SCREEN_NAME} -t dom0 \ + ( screen -c ${SCREENRC:-/dev/null} -d -m -S ${SCREEN_NAME} -t dom0 && sleep 3 \ && ${screen_cmd} zombie dr \ && logrotate -f /etc/xen/xen-consoles.logrotate \ && ${screen_cmd} logfile /var/log/xen-consoles/%t.log \ |