summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/unscd/files')
-rwxr-xr-xsys-apps/unscd/files/unscd.initd4
1 files changed, 2 insertions, 2 deletions
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 $?
}