Signed-off-by: James Turnbull <[email protected]>
---
 conf/solaris/smf/svc-puppetd       |    4 ++--
 conf/solaris/smf/svc-puppetmasterd |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/conf/solaris/smf/svc-puppetd b/conf/solaris/smf/svc-puppetd
index 5fbcfe7..251b044 100755
--- a/conf/solaris/smf/svc-puppetd
+++ b/conf/solaris/smf/svc-puppetd
@@ -10,7 +10,7 @@
 prefix=/opt/csw
 exec_prefix=/opt/csw
 sysconfdir=/opt/csw/etc
-sbindir=/opt/csw/bin
+sbindir=/opt/csw/sbin
 
 pidfile=/var/puppet/run/puppetd.pid
 
@@ -21,7 +21,7 @@ start)
 
     printf "Starting Puppet client services:"
 
-    /opt/csw/bin/puppetd
+    /opt/csw/sbin/puppetd
 
     printf " puppetd"
     echo ""
diff --git a/conf/solaris/smf/svc-puppetmasterd 
b/conf/solaris/smf/svc-puppetmasterd
index 20ae85b..684344b 100755
--- a/conf/solaris/smf/svc-puppetmasterd
+++ b/conf/solaris/smf/svc-puppetmasterd
@@ -17,7 +17,7 @@ start)
 
     printf "Starting Puppet server services:"
 
-    /opt/csw/bin/puppetmasterd
+    /opt/csw/sbin/puppetmasterd
 
     printf " puppetmaster"
     echo ""
-- 
1.6.0.6


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to