summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2006-03-12 16:34:09 +0000
committerAlin Năstac <mrness@gentoo.org>2006-03-12 16:34:09 +0000
commit1812f36a42b34dd16a8c21c82a9872ae5edfca81 (patch)
tree20b9735a543a1bbac3a05a7b6f79dfc0301c3666 /net-dialup/linesrv/files/linesrv.rc6
parentStable on alpha wrt security bug #125878 (diff)
downloadgentoo-2-1812f36a42b34dd16a8c21c82a9872ae5edfca81.tar.gz
gentoo-2-1812f36a42b34dd16a8c21c82a9872ae5edfca81.tar.bz2
gentoo-2-1812f36a42b34dd16a8c21c82a9872ae5edfca81.zip
Remove obsolete revision. Compile linesrv with user CFLAGS. Quote $S and $FILESDIR.
(Portage version: 2.0.54)
Diffstat (limited to 'net-dialup/linesrv/files/linesrv.rc6')
-rwxr-xr-xnet-dialup/linesrv/files/linesrv.rc67
1 files changed, 3 insertions, 4 deletions
diff --git a/net-dialup/linesrv/files/linesrv.rc6 b/net-dialup/linesrv/files/linesrv.rc6
index 77b990abc134..43eb3fe4fa09 100755
--- a/net-dialup/linesrv/files/linesrv.rc6
+++ b/net-dialup/linesrv/files/linesrv.rc6
@@ -1,7 +1,6 @@
#!/sbin/runscript
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/linesrv/files/linesrv.rc6,v 1.2 2005/04/16 14:28:30 mrness Exp $
depend() {
need net logger
@@ -9,8 +8,8 @@ depend() {
}
checkconfig() {
- if [ ! -e /etc/linesrv.conf ] ; then
- eerror "You need a /etc/linesrv.conf file first"
+ if [ ! -e /etc/linesrv/linesrv.conf ] ; then
+ eerror "You need a /etc/linesrv/linesrv.conf file first"
eerror "There is a sample in `echo /usr/share/doc/linesrv-*`"
return 1
fi