~ubuntu-branches/ubuntu/lucid/ebox-openvpn/lucid

« back to all changes in this revision

Viewing changes to stubs/quagga/daemons.mas

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-08-02 10:38:13 UTC
  • Revision ID: james.westby@ubuntu.com-20070802103813-dfbetdraf1435qoq
Tags: upstream-0.9.3
ImportĀ upstreamĀ versionĀ 0.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This file tells the quagga package which daemons to start.
 
2
#
 
3
# Entries are in the format: <daemon>=(yes|no|priority)
 
4
#   0, "no"  = disabled
 
5
#   1, "yes" = highest priority
 
6
#   2 .. 10  = lower priorities
 
7
# Read /usr/share/doc/quagga/README.Debian for details.
 
8
#
 
9
# Sample configurations for these daemons can be found in
 
10
# /usr/share/doc/quagga/examples/.
 
11
#
 
12
# ATTENTION: 
 
13
#
 
14
# When activation a daemon at the first time, a config file, even if it is
 
15
# empty, has to be present *and* be owned by the user and group "quagga", else
 
16
# the daemon will not be started by /etc/init.d/quagga. The permissions should
 
17
# be u=rw,g=r,o=.
 
18
# When using "vtysh" such a config file is also needed. It should be owned by
 
19
# group "quaggavty" and set to ug=rw,o= though.
 
20
#
 
21
zebra=yes
 
22
bgpd=no
 
23
ospfd=no
 
24
ospf6d=no
 
25
ripd=yes
 
26
ripngd=no
 
27
isisd=no