On Tue, Apr 15, 2003 at 12:29:05AM +0300, Niki Denev
wrote:> The last two times that i have cvsup-ed/built/installed world (first from
> 4.7-Rel to 4.8-Rc, then to 4.8-Rel),
> i have noticed that after the update is complete the newly installed
> suidperl binary has not the suid bit set and
> does not work until i manualy set it., and i just wonder if this is
> something normal, or i am doing something wrong?
>From the make.conf manual page:
ENABLE_SUIDPERL
(bool) Set to enable the installation of an suid perl(1)
binary.
So if you add
ENABLE_SUIDPERL= yes
to your /etc/make.conf file then you'll get the behaviour you're
expecting.
Ceri
PS You should really have directed this to freeebsd-questions@FreeBSD.org.
--