diff options
Diffstat (limited to 'net-www/wwwoffle/files/wwwoffled')
-rw-r--r-- | net-www/wwwoffle/files/wwwoffled | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-www/wwwoffle/files/wwwoffled b/net-www/wwwoffle/files/wwwoffled index bbe23f3a758c..1b14a7dc39b9 100644 --- a/net-www/wwwoffle/files/wwwoffled +++ b/net-www/wwwoffle/files/wwwoffled @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/files/wwwoffled,v 1.6 2003/08/03 15:09:45 wmertens Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/files/wwwoffled,v 1.7 2004/03/06 04:03:00 vapier Exp $ EXE=`which wwwoffled` @@ -21,4 +21,3 @@ stop() { start-stop-daemon --stop --quiet --exec $EXE eend $? } - |