From 2d5581cf9c83eaf97b4de62957ffca8b3293f8e7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 14 Jun 2009 01:18:17 +0000 Subject: Fix typo pointed out by Duncan Smith #273781. (Portage version: 2.2_rc33/cvs/Linux x86_64) --- sys-apps/unscd/files/unscd.initd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-apps/unscd/files') diff --git a/sys-apps/unscd/files/unscd.initd b/sys-apps/unscd/files/unscd.initd index 631271f305e5..56511ce14ac1 100755 --- a/sys-apps/unscd/files/unscd.initd +++ b/sys-apps/unscd/files/unscd.initd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/files/unscd.initd,v 1.1 2009/06/07 21:57:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/files/unscd.initd,v 1.2 2009/06/14 01:18:17 vapier Exp $ depend() { use dns ldap net slapd @@ -35,6 +35,6 @@ start() { stop() { ebegin "Shutting down Name Service Cache Daemon (unscd)" start-stop-daemon --stop --quiet \ - --exec /usr/sbin/unnscd --pidfile /var/run/nscd/nscd.pid + --exec /usr/sbin/unscd --pidfile /var/run/nscd/nscd.pid eend $? } -- cgit v1.2.3-65-gdbad