Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2002 13:27:48 +0900
From:      takanyon <tak@big.or.jp>
To:        security@FreeBSD.ORG
Subject:   Re: ANNOUNCE: FreeBSD Security Advisory FreeBSD-SA-02:41.smrsh
Message-ID:  <20021115132158.939E.TAK@big.or.jp>

next in thread | raw e-mail | index | archive | help


> -----BEGIN PGP SIGNED MESSAGE-----
> 
> =============================================================================
> FreeBSD-SA-02:41.smrsh                                      Security Advisory
>                                                           The FreeBSD Project

> b) Execute the following commands as root:
> 
> # cd /usr/src
> # patch < /path/to/patch
> # cd /usr/src/usr.sbin/sendmail
> # make depend && make && make install

Now, isn't smrsh installed?

# make install
install -c -s -o root -g smmsp -m 2555   sendmail /usr/libexec/sendmail
install -c -o root -g wheel -m 444 mailq.1.gz  /usr/share/man/man1
install -c -o root -g wheel -m 444 newaliases.1.gz  /usr/share/man/man1
install -c -o root -g wheel -m 444 aliases.5.gz  /usr/share/man/man5
install -c -o root -g wheel -m 444 sendmail.8.gz  /usr/share/man/man8


I performed it as follows.

# cd /usr/src/libexec/smrsh/
# make depend && make && make install
install -c -s -o root -g wheel -m 555   smrsh /usr/libexec
install -c -o root -g wheel -m 444 smrsh.8.gz  /usr/share/man/man8


 takanyon <takas @bashi.org>



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021115132158.939E.TAK>