summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-02-14 23:07:06 +0000
committerMike Frysinger <vapier@gentoo.org>2003-02-14 23:07:06 +0000
commite0127c66135a64aef043ac06c8626be63462bf57 (patch)
tree02375494c36df6fd262f3876712b55253d10cfbe /net-misc/monmotha/files
parentUpdate Copyright years (diff)
downloadhistorical-e0127c66135a64aef043ac06c8626be63462bf57.tar.gz
historical-e0127c66135a64aef043ac06c8626be63462bf57.tar.bz2
historical-e0127c66135a64aef043ac06c8626be63462bf57.zip
updated header
Diffstat (limited to 'net-misc/monmotha/files')
-rw-r--r--net-misc/monmotha/files/monmotha.rc69
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 $?
}