public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Vadim A. Misbakh-Soloviov" <mva@mva.name>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/virtualization:master commit in: app-emulation/xen-tools/files/
Date: Thu, 25 Apr 2013 01:08:13 +0000 (UTC)	[thread overview]
Message-ID: <1366852085.71fbd468cd04d06674ebb0c74ea95cf619a34d2a.mva@gentoo> (raw)

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() {


                 reply	other threads:[~2013-04-25  1:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1366852085.71fbd468cd04d06674ebb0c74ea95cf619a34d2a.mva@gentoo \
    --to=mva@mva.name \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox