Date: Tue, 30 Jun 2009 11:38:19 -0500 From: Randy Rowe <rerowe@rerowe.com> To: freebsd-bugs@freebsd.org Subject: portaudit Message-ID: <4A4A3F7B.8040208@rerowe.com>
next in thread | raw e-mail | index | archive | help
Not sure what the issue is but backing out this change fixed my issue. My issue was that I got the error about the database being too old, reinstalling the old database. Noticed it because 3 of the servers I admin stopped doing the daily portaudit check, the only 3 I had updated portaudit on. This is the change I backed out and all is well again. --- ports/ports-mgmt/portaudit/files/portaudit-cmd.sh 2007/12/27 09:54:23 1.14 +++ ports/ports-mgmt/portaudit/files/portaudit-cmd.sh 2009/06/21 15:45:18 1.15 @@ -28,7 +28,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/ports-mgmt/portaudit/files/portaudit-cmd.sh,v 1.14 2007/12/27 09:54:23 simon Exp $ +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/ports-mgmt/portaudit/files/portaudit-cmd.sh,v 1.15 2009/06/21 15:45:18 simon Exp $ # portaudit_confs() @@ -39,7 +39,7 @@ portaudit_confs() : ${portaudit_fetch_env=""} : ${portaudit_fetch_cmd="fetch -1mp"} - : ${portaudit_sites="http://www.FreeBSD.org/ports/"} + : ${portaudit_sites="http://portaudit.FreeBSD.org/"} : ${portaudit_fixed=""}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A4A3F7B.8040208>