Package: console-cyrillic
Version: 0.9-16.1
Severity: wishlist
Tags: patch

Here is a patch to add support for the "status" action to the init
script of the console-cyrillic package.  Even though it doesn't do
anything, please consider adding it so that this action can be
supported uniformly across all packages.
diff -u console-cyrillic-0.9/debian/init.d console-cyrillic-0.9/debian/init.d
--- console-cyrillic-0.9/debian/init.d
+++ console-cyrillic-0.9/debian/init.d
@@ -25,8 +25,11 @@
 	    fi
 	fi
 	;;
+    status)
+	exit 0
+	;;
     *)
-	echo 'Usage: /etc/init.d/console-cyrillic {start|reload|restart|force-reload|stop}'
+	echo 'Usage: /etc/init.d/console-cyrillic {start|reload|restart|force-reload|stop|status}'
 	exit 1
 	;;
 esac
diff -u console-cyrillic-0.9/debian/changelog console-cyrillic-0.9/debian/changelog
--- console-cyrillic-0.9/debian/changelog
+++ console-cyrillic-0.9/debian/changelog
@@ -1,3 +1,9 @@
+console-cyrillic (0.9-16.2) UNRELEASED; urgency=low
+
+  * Add support for "status" action to init.d script
+
+ -- Peter Eisentraut <pet...@debian.org>  Sat, 29 Oct 2011 15:51:40 +0300
+
 console-cyrillic (0.9-16.1) unstable; urgency=low
 
   * Non-maintainer upload.

Reply via email to