Quoth Joseph on Thu, Jun 22, 2006 at 07:11:36AM -0700: > In fact the creation of users is a one time activity that needs to be > executed on first reboot after the installation, then onwards it is > not reqd. So that could be an issue with rcx.d and another smf service > for running the script.
Well your service or script could delete itself. Or it could be made idempotent by doing nothing if the user is already present in /etc/passwd. David