From 73fd57396f4bd6aa8ccad5f6d3d99a91e348017d Mon Sep 17 00:00:00 2001 From: Manoj Srivastava Date: Thu, 16 Jun 2005 05:42:09 +0000 Subject: [PATCH] * Added myspell-dictionary to the virtual packages list closes Author: srivasta Date: 2003/08/03 17:18:07 * Added myspell-dictionary to the virtual packages list closes: Bug#203728 * Fix the restart action in the init.d/bind example; it now uses --oknodo so that the action does not fail when the service is not running. closes: Bug#187250 git-archimport-id: srivasta@debian.org--etch/debian-policy--devel--3.0--patch-248 --- debian/changelog | 4 ++++ policy.sgml | 2 +- virtual-package-names-list.txt | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fd37100..ae10c9a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,10 @@ debian-policy (3.6.1) unstable; urgency=low Manoj: * Change reference to the debconf introduction from kitenet to a debian hosted server. closes: Bug#184518 + * Added myspell-dictionary to the virtual packages list closes: Bug#203728 + * Fix the restart action in the init.d/bind example; it now uses + --oknodo so that the action does not fail when the service is not + running. closes: Bug#187250 -- diff --git a/policy.sgml b/policy.sgml index a34dfea..d1589b8 100644 --- a/policy.sgml +++ b/policy.sgml @@ -5687,7 +5687,7 @@ stop) ;; restart) echo -n "Restarting domain name service: named" - start-stop-daemon --stop --quiet \ + start-stop-daemon --stop --quiet --oknodo \ --pidfile /var/run/named.pid --exec /usr/sbin/named start-stop-daemon --start --verbose --exec /usr/sbin/named \ -- $PARAMS diff --git a/virtual-package-names-list.txt b/virtual-package-names-list.txt index 660a7fb..f56b567 100644 --- a/virtual-package-names-list.txt +++ b/virtual-package-names-list.txt @@ -88,6 +88,7 @@ Documentation dict-server the Dictionary Server info-browser something that can browse GNU Info files ispell-dictionary a dictionary for the ispell system + myspell-dictionary a dictionary for the myspell system man-browser something that can read man pages wordlist a /usr/share/dict/words (*) www-browser something that can browse HTML files @@ -233,3 +234,4 @@ Manoj Srivastava: Added aspell-dictionary Added radius-server 9 Sep 2002 Added dict-server + 3 Aug 2003 Added myspell-dictionary \ No newline at end of file -- 2.39.5