Author: aurel32
Date: 2010-05-19 17:29:08 +0000 (Wed, 19 May 2010)
New Revision: 4269

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/nscd.init
Log:
  * debian/dehelper.in/nscd.init: stop supporting the reload argument.
    Closes: #578870.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2010-05-19 17:22:16 UTC (rev 
4268)
+++ glibc-package/trunk/debian/changelog        2010-05-19 17:29:08 UTC (rev 
4269)
@@ -11,8 +11,10 @@
   * debian/control.in/libc: don't make libc0.1/0.3/6/6.1 depends on 
     ${misc:Depends} as suggested by lintian, as it is turned out into a 
     debconf depends.  Closes: #581835.
+  * debian/dehelper.in/nscd.init: stop supporting the reload argument.
+    Closes: #578870.
 
- -- Aurelien Jarno <[email protected]>  Wed, 19 May 2010 19:20:49 +0200
+ -- Aurelien Jarno <[email protected]>  Wed, 19 May 2010 19:27:54 +0200
 
 eglibc (2.10.2-8) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/debhelper.in/nscd.init
===================================================================
--- glibc-package/trunk/debian/debhelper.in/nscd.init   2010-05-19 17:22:16 UTC 
(rev 4268)
+++ glibc-package/trunk/debian/debhelper.in/nscd.init   2010-05-19 17:29:08 UTC 
(rev 4269)
@@ -89,7 +89,7 @@
                *) log_end_msg 1 ; exit 1 ;;
        esac
        ;;
-restart|force-reload|reload)
+restart|force-reload)
        log_daemon_msg "Restarting $DESC" "$NAME"
        for table in passwd group hosts ; do
                $DAEMON --invalidate $table
@@ -119,7 +119,7 @@
        esac
        ;;
 *)
-       echo "Usage: /etc/init.d/$NAME 
{start|stop|reload|force-reload|restart|status}" >&2
+       echo "Usage: /etc/init.d/$NAME 
{start|stop|force-reload|restart|status}" >&2
        exit 1
        ;;
 esac


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to