* Antonin Vecera ([EMAIL PROTECTED]) wrote:
> In my home profile is "bind -a $home/bin/rc /bin" .
> Why is not in my namespace line "bind -a /bin /bin" ?
> What is different between
>      bind -a $home/bin/rc /bin
> and
>      bind -a $home/man/4 /sys/man/4  ?
> 
> Antonin

Essentially because before there is something like
        bind $cputype/bin /bin

That assures that that there already is something $home/bin/rc can be
unioned to.

        Martin

Reply via email to