On Mon, Apr 18, 2016 at 10:27:10PM -0500, Edgar Pettijohn wrote:
> I noticed these stragglers today and assumed I missed a step in an
> upgrade then realized this laptop never had anything older than 5.8.
> 
> Index: upgrade57.html
> ===================================================================
> RCS file: /cvs/www/faq/upgrade57.html,v
> retrieving revision 1.15
> diff -u -p -u -r1.15 upgrade57.html
> --- upgrade57.html    15 Apr 2016 20:39:49 -0000      1.15
> +++ upgrade57.html    19 Apr 2016 03:24:43 -0000
> @@ -446,6 +446,7 @@ rm -f /etc/rc.d/sendmail
>  rm -f/usr/lib/{libmilter.a,libmilter.so.3.0,libmilter_p.a}
>  rm -f /usr/libexec/smrsh
>  rm -f/usr/sbin/{editmap,mailstats,praliases}
> +rm -f/usr/bin/{hoststat,purgestat}
>  rm -f /usr/share/man/man1/{hoststat.1,praliases.1,purgestat.1}
>  rm -f /usr/share/man/man8/{editmap.8,mailq.8,mailstats.8,smrsh.8}
>  rm -f /var/log/sendmail.st
> 

{host,purge}stat are still part of the default install and are symlinks
to /usr/sbin/mailwrapper:

http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/mailwrapper/Makefile?rev=1.5&content-type=text/x-cvsweb-markup

The lists on upgradeXX.html are not intended to be complete. They only
list the files that are likely to get in the way.

If you really want to clean up, consider using semarie@'s
sysutils/sysclean script from ports.

Reply via email to