diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-02-19 19:59:26 +0100 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2006-02-19 19:59:26 +0100 |
commit | e24f0638e6fc7256580c185a631cbe5549bf7db3 (patch) | |
tree | 5f2b1b58b3b0ed2eee52feb33600785bd44b5304 /solaris/depend.libs.in | |
parent | [doc] Credit Jeroen Simonetti for contributing snmptrap.texi (diff) | |
download | frr-e24f0638e6fc7256580c185a631cbe5549bf7db3.tar.xz frr-e24f0638e6fc7256580c185a631cbe5549bf7db3.zip |
[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/depend.libs.in')
-rw-r--r-- | solaris/depend.libs.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/solaris/depend.libs.in b/solaris/depend.libs.in new file mode 100644 index 000000000..41859770a --- /dev/null +++ b/solaris/depend.libs.in @@ -0,0 +1,5 @@ +P SUNWcslr Core Solaris Libraries (Root) +P SUNWcsl Core Solaris, (Shared Libs) +P SUNWlibmsr Math & Microtasking Libraries (Root) +R QUAGGAdaemons Quagga daemons +R QUAGGAdev |