diff options
Diffstat (limited to 'dev-util/git/files/git-daemon.initd')
-rw-r--r-- | dev-util/git/files/git-daemon.initd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/git/files/git-daemon.initd b/dev-util/git/files/git-daemon.initd index 2563c41483c7..beb2fc34a7c2 100644 --- a/dev-util/git/files/git-daemon.initd +++ b/dev-util/git/files/git-daemon.initd @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/files/git-daemon.initd,v 1.1 2005/10/05 15:05:04 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/files/git-daemon.initd,v 1.2 2008/03/20 12:11:54 vapier Exp $ depend() { need net @@ -16,7 +16,7 @@ start() { } stop() { - ebegin "Stoping git-daemon" + ebegin "Stopping git-daemon" start-stop-daemon --stop --quiet --name git-daemon eend $? } |