From 2afef634bcc6eb96c6ae2899379941e0db3ae3bc Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Tue, 12 Oct 2010 18:21:16 +0000 Subject: Small typo on configuration file path (Portage version: 2.2_rc94/cvs/Linux x86_64) --- net-misc/gogoc/files/gogoc.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-misc/gogoc/files') diff --git a/net-misc/gogoc/files/gogoc.rc b/net-misc/gogoc/files/gogoc.rc index 9f3bf4bc3f80..43b472f1ff53 100644 --- a/net-misc/gogoc/files/gogoc.rc +++ b/net-misc/gogoc/files/gogoc.rc @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gogoc/files/gogoc.rc,v 1.3 2010/10/12 01:47:43 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gogoc/files/gogoc.rc,v 1.4 2010/10/12 18:21:16 voyageur Exp $ depend() { need net localmount @@ -31,7 +31,7 @@ start() { ebegin "Starting gogoCLIENT" start-stop-daemon --start --exec /usr/sbin/gogoc \ - --chdir /var/lib/gogoc -- -f /etc/gogog/gogoc.conf -y + --chdir /var/lib/gogoc -- -f /etc/gogoc/gogoc.conf -y eend $? } -- cgit v1.2.3-65-gdbad