On 03/24/10 12:58 PM, Alok Aggarwal wrote:
> Hi Tony,
>
> On Wed, 24 Mar 2010, Tony Nguyen wrote:
>
>>> mkrepo: line 138: Should $basedir be appended to the log
>>> location?
>>>
>>
>> Well, no. $basedir is directory the new image root that contains SMF
>> manifest files so it's not appropriate for a command's output log. We
>> can be strict and put this log file in the same directory for DC's
>> log files but I'm not sure if that's necessary.
>
> It appears that that's what the pre-EMI code does,
> atleast that's what the error message says (line 109).
> If that message is incorrect, it needs to change or
> the post-EMI code should just have the same behavior.
>
> Alok
Ah, I see what you mean. We should append $ROOTDIR to log location, same
as line 109:
msg="$msg ${ROOTDIR}/var/svc/log/system-manifest-import:default.log ."
Thanks,
tn