I've imported a service, using inetconv, into the smf repository with a typo.
The service is now MASKED so I can't remove it using svcadm delcust.
Can a service be un-MASKED ?
I get the following output from svccfg listcust -M | grep nrpe
svc:/network/nrpe/tcp manifest MASKED
manifestfiles/lib_svc_manifest_network_nrpe-tcp_xml astring admin MASKED /lib/svc/manifest/network/nrpe-tcp.xml
inetd_start/arg0 astring admin MASKED /usr/local/nagios/nrpe
inetd_start/exec astring admin MASKED "/usr/sbin/tcpd -c /usr/local/nagios/etc/nrpe.cfg -i"
inetconv/source_line astring admin MASKED "nrpe stream tcp nowait nagios /usr/sbin/tcpd /usr/local/nagios/nrpe -c /usr/local/nagios/etc/nrpe.cfg -i"
inetd/name astring admin MASKED nrpe
tm_common_name/C ustring admin MASKED nrpe
svc:/network/nrpe/tcp:default manifest MASKED
How do I get rid of /network/nrpe/tcp so I can re-import it with the correct entries ?
Any help would be appreciated
Thanks