portaudit

Randy Rowe rerowe at rerowe.com
Tue Jun 30 16:56:53 UTC 2009


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=""}
 


More information about the freebsd-bugs mailing list