diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-02-19 18:59:26 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2006-02-19 18:59:26 +0000 |
commit | e24f0638e6fc7256580c185a631cbe5549bf7db3 (patch) | |
tree | 5f2b1b58b3b0ed2eee52feb33600785bd44b5304 /solaris/quagga.xml.in | |
parent | 4528ffa280f93ce64213bd79311dc9d7b3c6a12f (diff) |
[solaris] version depend files, auto-generate. Start zebra when needed.
2006-02-19 Paul Jakma <paul.jakma@sun.com>
* depend.*: renamed to depend.*.in.
* depend.*.in: Add version dependency.
* Makefile.am: Generate depend.* from depend.*.in
Distribute the depend.*.in files rather than the depend.*
files.
* quagga.init.in: Enable zebra if one of the link-state
daemons is started.
Restart method is not required - SMF handles that.
* quagga.xml.in: Remove restart method details.
Diffstat (limited to 'solaris/quagga.xml.in')
-rw-r--r-- | solaris/quagga.xml.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/solaris/quagga.xml.in b/solaris/quagga.xml.in index dfa2eb6b..5ce4aceb 100644 --- a/solaris/quagga.xml.in +++ b/solaris/quagga.xml.in @@ -48,11 +48,6 @@ exec='/lib/svc/method/quagga stop %f %i' timeout_seconds='60' /> - <exec_method - type='method' - name='restart' - exec='/lib/svc/method/quagga restart %f %i' - timeout_seconds='60' /> <!-- if we define these properties at the service level, each instance inherits them, and it can override with desired values. |