summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-08-11 21:56:10 +1000
committerJames Turnbull <james@lovedthanlost.net>2009-08-13 08:19:38 +1000
commit0461a0250dd8641523e27a22901988564fe94aae (patch)
treef21e4bd350ef37cb18e66c1f42bd85ce05341d1b /conf
parent55a9cdbac71ef303c4905330b946586262297672 (diff)
downloadpuppet-0461a0250dd8641523e27a22901988564fe94aae.tar.gz
puppet-0461a0250dd8641523e27a22901988564fe94aae.tar.xz
puppet-0461a0250dd8641523e27a22901988564fe94aae.zip
Updates to Solaris smf files to reflect new binary locations
Diffstat (limited to 'conf')
-rwxr-xr-xconf/solaris/smf/svc-puppetd4
-rwxr-xr-xconf/solaris/smf/svc-puppetmasterd2
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/solaris/smf/svc-puppetd b/conf/solaris/smf/svc-puppetd
index 5fbcfe796..251b044a5 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 20ae85baf..684344b38 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 ""