[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: kerberized clients in another path



> > # Begin client rename and install
> > for i in {telnetd,ftpd,rshd}
> > do
> >         mv "${D}"/usr/share/man/man8/{,k}${i}.8
> >         mv "${D}"/usr/sbin/{,k}${i}
> > done
> > for i in {rcp,rsh,telnet,ftp,su,login}
> > do
> >         mv "${D}"/usr/share/man/man1/{,k}${i}.1
> >         mv "${D}"/usr/bin/{,k}${i}
> > done
> > mv "${D}"/usr/share/man/man5/{,k}ftpusers.5
> > mv "${D}"/usr/share/man/man5/{,k}login.access.5

And then you must edit rxtelnet and friends as well as the manpages
etc etc. Until this is done, the ebuild is just broken. I tried once
and it was just too much trouble to do this for my own build, so I use
my own overlay ebuild which installs to /usr/heimdal-SLOT/ where SLOT
is the heimdal version number. Fortunately Gentoo has slots.

Harald.