|
Description
|
bustos 2006-09-21
A user disabled a service (rpc/meta), but found that it was enabled after
reboot. It turned out to be because an error in /var/svc/profile/upgrade
was causing the subshell to exit early, so the file was not being renamed,
and was being re-executed on each boot. It seems that the file should be
renamed even if it fails, and the failure should be communicated to the
user somehow.
|