diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2010-10-12 18:21:16 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2010-10-12 18:21:16 +0000 |
commit | 2afef634bcc6eb96c6ae2899379941e0db3ae3bc (patch) | |
tree | 13615d75a97b04259aa54502910ae398fc7fb0a0 /net-misc/gogoc/files | |
parent | Correct KDE_LINGUAS_DIR (diff) | |
download | gentoo-2-2afef634bcc6eb96c6ae2899379941e0db3ae3bc.tar.gz gentoo-2-2afef634bcc6eb96c6ae2899379941e0db3ae3bc.tar.bz2 gentoo-2-2afef634bcc6eb96c6ae2899379941e0db3ae3bc.zip |
Small typo on configuration file path
(Portage version: 2.2_rc94/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/gogoc/files')
-rw-r--r-- | net-misc/gogoc/files/gogoc.rc | 4 |
1 files changed, 2 insertions, 2 deletions
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 $? } |