[OmniOS-discuss] ipmievd smf manifest in system/management/ipmitool
Paul B. Henson
henson at acm.org
Tue Dec 3 20:31:15 UTC 2013
On Mon, Dec 02, 2013 at 12:52:02PM -0800, Paul B. Henson wrote:
> >
> > The smf manifest for ipmievd in the ipmitool package has a hardcoded
> > dependency on the default instance of system-log:
>
> Oh, also, the startup script /lib/svc/method/svc-ipmievd looks for /dev/bmc,
> that needs to be /dev/ipmi0 now.
Looks like the latter issue is already fixed in bloody, sorry for the
noise. Any thoughts though on updating the manifest to remove the
specific dependency on the default instance of syslog? I could submit a
pull request, but given the diff is just
--- ipmievd.xml.orig 2013-12-03 12:29:01.167969769 -0800
+++ ipmievd.xml 2013-12-02 12:42:50.933837276 -0800
@@ -61,7 +61,7 @@
restart_on='none'
type='service'>
<service_fmri
- value='svc:/system/system-log:default'/>
+ value='svc:/system/system-log'/>
</dependency>
that seems more overhead than someone just changing it directly,
assuming there are no objections.
Thanks...
More information about the OmniOS-discuss
mailing list