diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-06-06 11:59:24 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-06-06 11:59:24 +0000 |
commit | eb83afdcb358741cd89cae52f5b3237e735cf262 (patch) | |
tree | 1061bbc0b5635b304c231f626c754325496b2d3e /net-misc/netkit-routed/files | |
parent | change default to -q (diff) | |
download | historical-eb83afdcb358741cd89cae52f5b3237e735cf262.tar.gz historical-eb83afdcb358741cd89cae52f5b3237e735cf262.tar.bz2 historical-eb83afdcb358741cd89cae52f5b3237e735cf262.zip |
change default to -q
Diffstat (limited to 'net-misc/netkit-routed/files')
-rw-r--r-- | net-misc/netkit-routed/files/digest-netkit-routed-0.17-r3 | 1 | ||||
-rw-r--r-- | net-misc/netkit-routed/files/routed.confd | 11 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-misc/netkit-routed/files/digest-netkit-routed-0.17-r3 b/net-misc/netkit-routed/files/digest-netkit-routed-0.17-r3 new file mode 100644 index 000000000000..5ac45fad5be7 --- /dev/null +++ b/net-misc/netkit-routed/files/digest-netkit-routed-0.17-r3 @@ -0,0 +1 @@ +MD5 3a9507876db23109be6d1f41ced5570a netkit-routed_0.17.orig.tar.gz 36435 diff --git a/net-misc/netkit-routed/files/routed.confd b/net-misc/netkit-routed/files/routed.confd index 19f5318898e5..86cfb5aa4cfc 100644 --- a/net-misc/netkit-routed/files/routed.confd +++ b/net-misc/netkit-routed/files/routed.confd @@ -1,13 +1,18 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-routed/files/routed.confd,v 1.2 2003/06/06 11:59:17 agriffis Exp $ # Normally routed is simply run as "/usr/sbin/routed". Set this -# option to run routed with additional paramters, for example: +# option to run routed with additional parameters, 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. -ROUTED_OPTS="" +# +# 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" |