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.
Responsible Changed From-To: freebsd-ports-bugs->dinoex Over to maintainer.
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"
State Changed From-To: open->closed committed, thanks.