diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-20 16:07:48 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-20 16:07:48 +0000 |
commit | 7775a23bafa1286efba58a3ceb73103f3779a560 (patch) | |
tree | fd5944cb6047b90570adf3bfbd6d9149bfb78282 /UPDATING | |
parent | da920cc6689536f094abc13d516483f7a487f4ff (diff) | |
download | ports-7775a23bafa1286efba58a3ceb73103f3779a560.tar.gz ports-7775a23bafa1286efba58a3ceb73103f3779a560.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -22,7 +22,8 @@ you update your ports collection, before attempting any port upgrades. HPLIP has been updated to verion 3.16.2. As part of the update support for the hpijs/foomatic-rip filter has been dropped. This has long been unsupported upstream. If you used this filter with your printer you'll - have to reconfigure it. + have to remove the printer with HP Device Manager and then add it back as + a new device. 20160311: AFFECTS: print/cups-base, print/cups-client, print/cups-image @@ -33,6 +34,18 @@ you update your ports collection, before attempting any port upgrades. update is to delete these packages first and then build and install print/cups. + The device URI of USB printers has changed so you have to adjust the + printer configuration. Go to http://localhost:631/printers/. Click on + your printer and select "Modify Printer" in the Administration drop-down. + You should then be able to select the new URI of the printer. The web + interface requires cookies and JavaScript to function properly so make + sure your browser does not block them. + + The package also installs a devd(8) configuration file now that gives + cups access to USB printers. Unless you have any special needs you can + remove any devd(8), devfs.conf(5) or devfs.rules(5) configuration related + to cups that you may have added in the past. + 20160306: AFFECTS: net-mgmt/yaf AUTHOR: pi@FreeBSD.org |