From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: [PATCH] correct xenballoond.init description in LSB part Date: Fri, 23 Jul 2010 14:22:35 +0200 Message-ID: <20100723122235.GG3540@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org correct description of xenballoond Signed-off-by: Olaf Hering --- xen-unstable.hg-4.1.21836.orig/tools/xenballoon/xenballoond.init +++ xen-unstable.hg-4.1.21836/tools/xenballoon/xenballoond.init @@ -7,7 +7,7 @@ # Written by: Dan Magenheimer # # chkconfig: 2345 98 01 -# description: Starts and stops the Xen control daemon. +# description: Starts and stops the Xen ballooning daemon. ### BEGIN INIT INFO # Provides: xenballoond # Required-Start: $syslog $remote_fs @@ -16,7 +16,7 @@ # Should-Stop: # Default-Start: 3 4 5 # Default-Stop: 0 1 2 6 -# Short-Description: Start/stop xend +# Short-Description: Start/stop xenballoond # Description: Starts and stops the Xen ballooning daemon. ### END INIT INFO # Default-Enabled: yes