diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-03-30 15:46:23 +0200 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2006-03-30 15:46:23 +0200 |
commit | b5b628c1fa132c1ac57fc1b102ad0605831649ef (patch) | |
tree | 90dce4a1c6018b0a428c2013b627561a8da8b7ba /solaris | |
parent | [tests] fix heavy-wq, add redundant AS_SET test and statics to aspath_test (diff) | |
download | frr-b5b628c1fa132c1ac57fc1b102ad0605831649ef.tar.xz frr-b5b628c1fa132c1ac57fc1b102ad0605831649ef.zip |
[solaris] revert previous update of manifest install path
2006-03-16 Paul Jakma <paul.jakma@sun.com>
* prototype.smf.in: Oops, continue to install manifest to
var/svc/manifest/network for now.
* Changelog: fix lack of trailing newline
Diffstat (limited to 'solaris')
-rw-r--r-- | solaris/ChangeLog | 7 | ||||
-rw-r--r-- | solaris/prototype.smf.in | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/solaris/ChangeLog b/solaris/ChangeLog index 4185d92ed..fac941d63 100644 --- a/solaris/ChangeLog +++ b/solaris/ChangeLog @@ -1,3 +1,8 @@ +2006-03-16 Paul Jakma <paul.jakma@sun.com> + + * prototype.smf.in: Oops, continue to install manifest to + var/svc/manifest/network for now. + 2006-03-13 Alan Maguire <alan.maguire@sun.com> * quagga.xml.in: Change the naming of services and instances. @@ -130,4 +135,4 @@ * depend.*: Solaris 10 dependencies for packages, referenced by prototype files. * .cvsignore: Add built files - * README.txt: new file, package creation, install, usage notes.
\ No newline at end of file + * README.txt: new file, package creation, install, usage notes. diff --git a/solaris/prototype.smf.in b/solaris/prototype.smf.in index 399a8d2d6..3c80f39b1 100644 --- a/solaris/prototype.smf.in +++ b/solaris/prototype.smf.in @@ -3,6 +3,6 @@ i depend=$abs_builddir/depend.smf i copying=$abs_top_srcdir/COPYING i i.manifest i r.manifest -f manifest var/svc/manifest/network/routing/quagga.xml 0444 root bin +f manifest var/svc/manifest/network/quagga.xml 0444 root bin #f none var/svc/profile/@PACKAGE_TARNAME@_options.xml=$abs_builddir/options.xml 0755 root sys f none lib/svc/method/quagga=$abs_builddir/quagga.init 0755 root bin |