diff options
| -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 4185d92e..fac941d6 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 399a8d2d..3c80f39b 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  | 
