r881 - lvm2/trunk/debian

Bastian Blank waldi at alioth.debian.org
Thu Oct 20 19:03:09 UTC 2011


Author: waldi
Date: Thu Oct 20 19:03:08 2011
New Revision: 881

Log:
* debian/changelog: Update.
* debian/lvm2.init: Support status action.

Modified:
   lvm2/trunk/debian/changelog
   lvm2/trunk/debian/lvm2.init

Modified: lvm2/trunk/debian/changelog
==============================================================================
--- lvm2/trunk/debian/changelog	Thu Oct 20 18:48:08 2011	(r880)
+++ lvm2/trunk/debian/changelog	Thu Oct 20 19:03:08 2011	(r881)
@@ -7,6 +7,7 @@
   * Move cache file to /run/lvm. (closes: #562234)
     - Remove old cache dir.
   * Move lock files to /run/lock/lvm. (closes: #263148)
+  * Support status action in lvm2 init script. (closes: #643822)
 
  -- Bastian Blank <waldi at debian.org>  Sat, 15 Oct 2011 23:00:32 +0200
 

Modified: lvm2/trunk/debian/lvm2.init
==============================================================================
--- lvm2/trunk/debian/lvm2.init	Thu Oct 20 18:48:08 2011	(r880)
+++ lvm2/trunk/debian/lvm2.init	Thu Oct 20 19:03:08 2011	(r881)
@@ -33,7 +33,7 @@
 		2) log_end_msg 1 ;;
 	esac
 	;;
-  stop|restart|force-reload)
+  stop|restart|force-reload|status)
 	;;
   *)
 	echo "Usage: $SCRIPTNAME start" >&2



More information about the pkg-lvm-commits mailing list