diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2012-02-03 09:22:02 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2012-02-03 09:22:02 +0000 |
commit | a2c355639a1d1ef1bd809c7b5046f00c3964536b (patch) | |
tree | 75ab3eec12a161ccc8ecd8dcd1832cd24a6f6e91 /net-misc/gogoc/files | |
parent | Do not call gcc directly, reported by k01 in bug #401955 (diff) | |
download | gentoo-2-a2c355639a1d1ef1bd809c7b5046f00c3964536b.tar.gz gentoo-2-a2c355639a1d1ef1bd809c7b5046f00c3964536b.tar.bz2 gentoo-2-a2c355639a1d1ef1bd809c7b5046f00c3964536b.zip |
Fix warning message in init script, bug #401877
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/gogoc/files')
-rw-r--r-- | net-misc/gogoc/files/gogoc.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/gogoc/files/gogoc.rc b/net-misc/gogoc/files/gogoc.rc index 43b472f1ff53..8f9ce453a6db 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 +# Copyright 1999-2012 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.4 2010/10/12 18:21:16 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gogoc/files/gogoc.rc,v 1.5 2012/02/03 09:22:02 voyageur Exp $ depend() { need net localmount @@ -20,7 +20,7 @@ checktun() { checkconfig() { if ! [ -f /etc/gogoc/gogoc.conf ]; then - eerror "Unable to find configuration file /etc/gogoc.conf" + eerror "Unable to find configuration file /etc/gogoc/gogoc.conf" return 1 fi } |