[Pkg-xen-changes] r713 - in trunk/xen-common: debian scripts

Bastian Blank waldi at alioth.debian.org
Fri Feb 26 14:29:06 UTC 2010


Author: waldi
Date: Fri Feb 26 14:29:06 2010
New Revision: 713

Log:
* debian/changelog: Update.
* scripts/xen-utils-wrapper, scripts/xen-version: Use /bin/sh.

Modified:
   trunk/xen-common/debian/changelog
   trunk/xen-common/scripts/xen-utils-wrapper
   trunk/xen-common/scripts/xen-version

Modified: trunk/xen-common/debian/changelog
==============================================================================
--- trunk/xen-common/debian/changelog	Fri Feb 26 14:25:52 2010	(r712)
+++ trunk/xen-common/debian/changelog	Fri Feb 26 14:29:06 2010	(r713)
@@ -2,6 +2,7 @@
 
   * Load xen-evtchn module.
   * Really include xenpm wrapper.
+  * Use /bin/sh.
 
  -- Bastian Blank <waldi at debian.org>  Wed, 24 Feb 2010 18:20:42 +0100
 

Modified: trunk/xen-common/scripts/xen-utils-wrapper
==============================================================================
--- trunk/xen-common/scripts/xen-utils-wrapper	Fri Feb 26 14:25:52 2010	(r712)
+++ trunk/xen-common/scripts/xen-utils-wrapper	Fri Feb 26 14:29:06 2010	(r713)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 set -e
 

Modified: trunk/xen-common/scripts/xen-version
==============================================================================
--- trunk/xen-common/scripts/xen-version	Fri Feb 26 14:25:52 2010	(r712)
+++ trunk/xen-common/scripts/xen-version	Fri Feb 26 14:29:06 2010	(r713)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 VERBOSE=
 



More information about the Pkg-xen-changes mailing list