]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
* Added myspell-dictionary to the virtual packages list closes
authorManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:42:09 +0000 (05:42 +0000)
committerManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:42:09 +0000 (05:42 +0000)
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
policy.sgml
virtual-package-names-list.txt

index fd37100b70b76628b8c268d6873cd55627ffc6f4..ae10c9abd16e474ba060c21d33936b02c33a0a4f 100644 (file)
@@ -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
 
  --
 
index a34dfead7e346a32f5116d1d77d3da196f000bfb..d1589b83b9a3f7b2f06e5596c9b1be154e9b52ad 100644 (file)
@@ -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
index 660a7fb6b0965c7a513299ea5e8be99663a7405c..f56b567306702b5392841a068242d37f205b073f 100644 (file)
@@ -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