diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-28 16:29:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-28 16:29:24 +0000 |
commit | e72771286537bc06739624245f5135be7d466184 (patch) | |
tree | b96b4613f8701cf0cad65533997b9854829de123 /net-misc | |
parent | new version (diff) | |
download | historical-e72771286537bc06739624245f5135be7d466184.tar.gz historical-e72771286537bc06739624245f5135be7d466184.tar.bz2 historical-e72771286537bc06739624245f5135be7d466184.zip |
Added missing "
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/linesrv/files/linesrv.rc6 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/linesrv/files/linesrv.rc6 b/net-misc/linesrv/files/linesrv.rc6 index 961967789896..2f44acc242bf 100644 --- a/net-misc/linesrv/files/linesrv.rc6 +++ b/net-misc/linesrv/files/linesrv.rc6 @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/linesrv/files/linesrv.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/linesrv/files/linesrv.rc6,v 1.3 2002/10/28 16:29:24 vapier Exp $ depend() { need net @@ -10,7 +10,7 @@ depend() { checkconfig() { if [ ! -e /etc/linesrv.conf ] ; then eerror "You need an /etc/linesrv.conf file first" - eerror "There is a sample in /usr/share/doc/linesrv + eerror "There is a sample in /usr/share/doc/linesrv" return 1 fi } |