diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-02-14 23:07:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-02-14 23:07:06 +0000 |
commit | 2dcbfd8bc31f8f21d4a91bbc2a143a3d00873c81 (patch) | |
tree | fd11d1044a635c344213939a23ce6f8590183327 /net-misc/monmotha | |
parent | Update Copyright years (diff) | |
download | gentoo-2-2dcbfd8bc31f8f21d4a91bbc2a143a3d00873c81.tar.gz gentoo-2-2dcbfd8bc31f8f21d4a91bbc2a143a3d00873c81.tar.bz2 gentoo-2-2dcbfd8bc31f8f21d4a91bbc2a143a3d00873c81.zip |
updated header
Diffstat (limited to 'net-misc/monmotha')
-rw-r--r-- | net-misc/monmotha/files/monmotha.rc6 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net-misc/monmotha/files/monmotha.rc6 b/net-misc/monmotha/files/monmotha.rc6 index 04fdc071e4ae..40f34b1eea3e 100644 --- a/net-misc/monmotha/files/monmotha.rc6 +++ b/net-misc/monmotha/files/monmotha.rc6 @@ -1,8 +1,7 @@ #!/sbin/runscript -# $Header: /var/cvsroot/gentoo-x86/net-misc/monmotha/files/monmotha.rc6,v 1.1 2002/08/21 02:23:27 agenkin Exp $ -# Copyright 2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer: Johannes Findeisen <you@hanez.org> +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/monmotha/files/monmotha.rc6,v 1.2 2003/02/14 23:07:06 vapier Exp $ depend() { need net @@ -10,9 +9,7 @@ depend() { start() { ebegin "Starting the MonMotha Firewall" - /etc/monmotha/monmotha > /var/log/monmotha.log - eend $? } |