diff options
author | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:38:30 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:38:30 +0000 |
commit | 67c8b060271109f68d8b0a44de61d297ddfbe2e7 (patch) | |
tree | 42ce8164da9dd6d55caa82dfe6832b4a2a0a6ad5 /net-misc/netkit-routed/files/routed.confd | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.tar.gz gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.tar.bz2 gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.zip |
Diffstat (limited to 'net-misc/netkit-routed/files/routed.confd')
-rw-r--r-- | net-misc/netkit-routed/files/routed.confd | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/net-misc/netkit-routed/files/routed.confd b/net-misc/netkit-routed/files/routed.confd index 1349f33fe937..19f5318898e5 100644 --- a/net-misc/netkit-routed/files/routed.confd +++ b/net-misc/netkit-routed/files/routed.confd @@ -1,18 +1,13 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-routed/files/routed.confd,v 1.4 2004/07/15 00:04:56 agriffis Exp $ +# Copyright 2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-routed/files/routed.confd,v 1.1 2003/05/24 03:21:28 agriffis Exp $ # Normally routed is simply run as "/usr/sbin/routed". Set this -# option to run routed with additional parameters, for example: +# option to run routed with additional paramters, for example: # # -d Enable additional debugging information # -s Force routed to supply routing information # -q Opposite of the -s option # # Additional options are listed in the routed(8) manual page. -# -# Our default configuration is to run quietly, i.e. don't publish -# routes. This is to keep from catching users unaware since routed -# will publish routes if there's more than one interface configured on -# the machine. -ROUTED_OPTS="-q" +ROUTED_OPTS="" |