summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-06-14 01:18:17 +0000
committerMike Frysinger <vapier@gentoo.org>2009-06-14 01:18:17 +0000
commite198480c86473d230a3be497052f8d13b1ab189c (patch)
tree1b09187a6fac4da16240e506539b56c5e6a5e69a /sys-apps/unscd/files
parentVersion bump (diff)
downloadhistorical-e198480c86473d230a3be497052f8d13b1ab189c.tar.gz
historical-e198480c86473d230a3be497052f8d13b1ab189c.tar.bz2
historical-e198480c86473d230a3be497052f8d13b1ab189c.zip
Fix typo pointed out by Duncan Smith #273781.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
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 $?
}