Package: lvm2 Version: 2.02.86-1 Severity: wishlist Tags: patch
Attached is a patch that adds support for the "status" action to the lvm2 init script. Even though it's trivial, please consider adding it so that we can achieve uniform support for this action across all init scripts.
diff -Nru lvm2-2.02.86/debian/changelog lvm2-2.02.86/debian/changelog --- lvm2-2.02.86/debian/changelog 2011-08-27 19:46:04.000000000 +0300 +++ lvm2-2.02.86/debian/changelog 2011-09-30 06:38:16.000000000 +0300 @@ -1,3 +1,9 @@ +lvm2 (2.02.86-1.1) unstable; urgency=low + + * Add support for "status" action to lvm2.init. + + -- Peter Eisentraut <pet...@debian.org> Fri, 30 Sep 2011 06:37:53 +0300 + lvm2 (2.02.86-1) unstable; urgency=low * New upstream version. diff -Nru lvm2-2.02.86/debian/lvm2.init lvm2-2.02.86/debian/lvm2.init --- lvm2-2.02.86/debian/lvm2.init 2011-03-28 15:42:03.000000000 +0300 +++ lvm2-2.02.86/debian/lvm2.init 2011-09-30 06:37:48.000000000 +0300 @@ -33,7 +33,7 @@ 2) log_end_msg 1 ;; esac ;; - stop|restart|force-reload) + stop|restart|force-reload|status) ;; *) echo "Usage: $SCRIPTNAME start" >&2