* [gentoo-commits] proj/virtualization:master commit in: app-emulation/xen-tools/files/
@ 2013-04-25 1:08 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; only message in thread
From: Vadim A. Misbakh-Soloviov @ 2013-04-25 1:08 UTC (permalink / raw
To: gentoo-commits
commit: 71fbd468cd04d06674ebb0c74ea95cf619a34d2a
Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Thu Apr 25 01:08:05 2013 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Thu Apr 25 01:08:05 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/virtualization.git;a=commit;h=71fbd468
[app-emulation/xen-tools] some init-files fixes
Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>
---
app-emulation/xen-tools/files/xend.initd-r2 | 6 ------
app-emulation/xen-tools/files/xendomains.initd-r2 | 4 ++--
app-emulation/xen-tools/files/xenstored.initd | 2 +-
3 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/app-emulation/xen-tools/files/xend.initd-r2 b/app-emulation/xen-tools/files/xend.initd-r2
index b790e7f..e7b6ec0 100644
--- a/app-emulation/xen-tools/files/xend.initd-r2
+++ b/app-emulation/xen-tools/files/xend.initd-r2
@@ -3,8 +3,6 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xend.initd-r2,v 1.2 2011/09/10 17:22:46 alexxy Exp $
-opts="start stop status restart"
-
depend() {
need net xenconsoled xenstored
before xendomains sshd
@@ -46,7 +44,3 @@ stop() {
/usr/sbin/xend stop
eend $?
}
-
-status() {
- is_privileged_domain && /usr/sbin/xend status
-}
diff --git a/app-emulation/xen-tools/files/xendomains.initd-r2 b/app-emulation/xen-tools/files/xendomains.initd-r2
index e225b76..b7c72e1 100644
--- a/app-emulation/xen-tools/files/xendomains.initd-r2
+++ b/app-emulation/xen-tools/files/xendomains.initd-r2
@@ -16,7 +16,7 @@ get_domname() {
if [[ -z ${name_from_file} ]] ; then
basename "${1}"
else
- echo ${name_from_file}
+ echo ${name_from_file}
fi
}
@@ -25,7 +25,7 @@ is_running() {
}
using_screen() {
- [[ "${SCREEN}" == "yes" || "${SCREEN}" == "YES" ]]
+ [[ "${SCREEN}" == "yes" || "${SCREEN}" == "YES" ]]
}
set_screen_cmd() {
diff --git a/app-emulation/xen-tools/files/xenstored.initd b/app-emulation/xen-tools/files/xenstored.initd
index fa31efd..108da29 100755
--- a/app-emulation/xen-tools/files/xenstored.initd
+++ b/app-emulation/xen-tools/files/xenstored.initd
@@ -4,7 +4,7 @@
# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xenstored.initd,v 1.3 2013/03/16 16:46:57 idella4 Exp $
depend() {
- before xendomains xend sshd ntp-client ntpd nfs nfsmount rsyncd portmap dhcp
+ before xendomains xend sshd ntp-client ntpd nfs nfsmount rsyncd portmap dhcp
}
start() {
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-04-25 1:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-25 1:08 [gentoo-commits] proj/virtualization:master commit in: app-emulation/xen-tools/files/ Vadim A. Misbakh-Soloviov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox