> Nexenta is using SMF like Solaris, not init.d like Linux.
You can modify the SMF service manifest to include the path. For
example:
<method_environment>
<envvar name="PATH" value="/usr/local/sbin:/usr/
local/bin:/usr/sbin:/usr/bin:/sbin:/bin" />
</method_environment>
See http://www.cuddletech.com/blog/pivot/entry.php?id=182
You can also do it with svccfg:
svccfg -s puppetmasterd setenv PATH "/usr/local/sbin:/usr/local/bin:/
usr/sbin:/usr/bin:/sbin:/bin"
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" 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-users?hl=en.