Bug 109048 - ports-mgmt/portaudit-db: fix infinete loop of packaudit.
Summary: ports-mgmt/portaudit-db: fix infinete loop of packaudit.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Remko Lodder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-11 14:30 UTC by KOMATSU Shinichiro
Modified: 2007-02-19 12:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.13 KB, patch)
2007-02-11 14:30 UTC, KOMATSU Shinichiro
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description KOMATSU Shinichiro 2007-02-11 14:30:08 UTC
An awk process invoked by packaudit goes into infinete loop with the following error:

    cat: /usr/ports/security/portaudit-db/database/portaudit.xml: No such file or directory
    cat: /usr/ports/security/portaudit-db/database/portaudit.txt: No such file or directory

Fix: portaudit-db has been moved from security/portaudit-db to ports-mgmt/portaudit-db,
so fix $PORTAUDITDBDIR accordingly.


Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-02-11 14:30:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->secteam

Over to maintainer
Comment 2 Remko Lodder freebsd_committer freebsd_triage 2007-02-11 20:50:31 UTC
Responsible Changed
From-To: secteam->remko

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-02-19 12:37:20 UTC
remko       2007-02-19 12:37:15 UTC

  FreeBSD ports repository (doc committer)

  Modified files:
    ports-mgmt/portaudit-db/files packaudit.sh 
    ports-mgmt/portaudit-db Makefile 
  Log:
  Correct the location of the portaudit-db port.
  
  PR:             ports/109048
  Submitted by:   KOMATSU Shinichiro <koma2 at lovepeers dot org>
  With hat:       secteam
  
  Revision  Changes    Path
  1.13      +1 -0      ports/ports-mgmt/portaudit-db/Makefile
  1.8       +2 -2      ports/ports-mgmt/portaudit-db/files/packaudit.sh
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Remko Lodder freebsd_committer freebsd_triage 2007-02-19 12:37:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!