From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Stabellini Subject: [PATCH 7/9] raisin: remove unneeded chmod +x xencommons xendomains xen-watchdog Date: Wed, 15 Apr 2015 16:14:58 +0100 Message-ID: <1429110900-8286-7-git-send-email-stefano.stabellini@eu.citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xensource.com Cc: george.dunlap@eu.citrix.com, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org It is actually wrong on Fedora as the init.d paths are different. Signed-off-by: Stefano Stabellini --- components/xen | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/xen b/components/xen index e283688..83fb77c 100644 --- a/components/xen +++ b/components/xen @@ -27,9 +27,6 @@ function xen_build() { --disable-qemu-traditional $MAKE $MAKE install DESTDIR="$INST_DIR" - chmod +x "$INST_DIR"/etc/init.d/xencommons - chmod +x "$INST_DIR"/etc/init.d/xendomains - chmod +x "$INST_DIR"/etc/init.d/xen-watchdog cd "$BASEDIR" } -- 1.7.10.4