Bug 149896 - The advice given by print/cups-base in pkg-message is incorrect
Summary: The advice given by print/cups-base in pkg-message is incorrect
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-23 02:20 UTC by berend
Modified: 2010-08-28 10:22 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.