Victor Kirkebo wrote:
> Another thing I noticed is that when installing the SUNWmemcachedr
> package multiple times on the same system the header lines between CDDL
> HEADER START and CDDL HEADER END are added the same number of times to
> /etc/security/auth_attr and /etc/security/prof_attr. Is something wrong
> with the i.rbac script?
>
>
That is because of the following lines in i.rbac script.
----------------------------------------------
#
# Retain old and new header comments.
#
$sed_cmd -n -e '/^[^#]/,$d' -e '/^##/,$d' -e p $4.old > $4
$rm_cmd $4.old
$sed_cmd -n -e '/^[^#]/,$d' -e '/^##/,$d' -e p $3 >> $4
----------------------------------------------
May be it was added to retain the change history !
-- Seema.