diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-06-14 01:18:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-14 01:18:17 +0000 |
commit | 2d5581cf9c83eaf97b4de62957ffca8b3293f8e7 (patch) | |
tree | 297b3fe8a0e7526b445d4c29ce8db2726cc1dacb /sys-apps/unscd/files | |
parent | Version bump (diff) | |
download | gentoo-2-2d5581cf9c83eaf97b4de62957ffca8b3293f8e7.tar.gz gentoo-2-2d5581cf9c83eaf97b4de62957ffca8b3293f8e7.tar.bz2 gentoo-2-2d5581cf9c83eaf97b4de62957ffca8b3293f8e7.zip |
Fix typo pointed out by Duncan Smith #273781.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/unscd/files')
-rwxr-xr-x | sys-apps/unscd/files/unscd.initd | 4 |
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 $? } |