Bug 149896

Summary: The advice given by print/cups-base in pkg-message is incorrect
Product: Ports & Packages Reporter: berend
Component: Individual Port(s)Assignee: Dirk Meyer <dinoex>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description berend 2010-08-23 02:20:03 UTC
On FreeBSD 8 the usb device is in its own directory. Which means that you need 'x' access to access it. However pkg-message doesn't say that.

Fix: 

I suggest these lines in pkg-message

  add path 'unlpt*' mode 0660 group cups
  add path 'ulpt*' mode 0660 group cups
  add path 'lpt*' mode 0660 group cups

are to be replaced with:

  add path 'usb*' mode 0770 group cups
  add path 'ugen*' mode 0660 group cups

or perhaps distinguish between FreeBSD 8 and earlier.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-08-23 02:47:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-08-28 10:18:48 UTC
dinoex      2010-08-28 09:18:38 UTC

  FreeBSD ports repository

  Modified files:
    print/cups-base      pkg-message 
  Log:
  - add hints for usb on FreeBSD 8.x
  PR:             149896
  Submitted by:   Berend de Boer
  
  Revision  Changes    Path
  1.28      +4 -0      ports/print/cups-base/pkg-message
_______________________________________________
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 3 Dirk Meyer freebsd_committer freebsd_triage 2010-08-28 10:21:58 UTC
State Changed
From-To: open->closed

committed, thanks.