summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-smf-import
blob: 69b8396e571ff4c7223e3e05e6cd0b89f22c43c9 (plain)
1
2
3
4
5
6
if [ -x /usr/sbin/svccfg ] && [ -x /usr/bin/smf_present ] && /usr/bin/smf_present; then
    SVCCFG_CHECKHASH=1 \
    /usr/sbin/svccfg -v import #MANIFESTS# \
    || true
fi