Subject: Re: overriding standard executables via pkgsrc
To: Lubomir Sedlacik <salo@xtrmntr.org>
From: matthew sporleder <msporleder@gmail.com>
List: netbsd-users
Date: 06/07/2005 11:24:08
This may be dirty, but mv /path/to/original /path/to/original.netbsd;
install pkg; ln -s; would be an easy way to do it.

Since that symlink would probably be replaced by an update, you might
want to make a postinstall script, or an rc.local script to check
everything is pointing at the right place.

--=20
_Matt