diff options
author | Timur I. Bakeyev <timur@FreeBSD.org> | 2013-06-27 08:47:26 +0000 |
---|---|---|
committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2013-06-27 08:47:26 +0000 |
commit | 9d6a697a14b2e3f510f39d45cfc22e20968847ce (patch) | |
tree | 7b8619dd416032b146754882d2dc83b4e79d0841 /UPDATING | |
parent | 571c74d2a07c56befc819047033b81dca67f87b5 (diff) | |
download | ports-9d6a697a14b2e3f510f39d45cfc22e20968847ce.tar.gz ports-9d6a697a14b2e3f510f39d45cfc22e20968847ce.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -5,6 +5,35 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20130627: + AFFECTS: users of net/samba36 + AUTHOR: timur@FreeBSD.org + + Samba has updated format of it's printing tdbs (ntprinting.tdb, ntforms.tdb, + ntdrivers.tdb) to include character encoding. When updating from Samba 3.5 + or earlier to Samba 3.6 or 4.0 these tdbs need to be migrated to new registry + based printing management. This implies also character conversion. + + You have to specify the correct code page for the conversion, see iconv -l. + The mostly used one is Windows Latin1 which is CP1252. + + You can correctly view the tdb with: + + # net printing dump encoding=CP1252 /path/to/ntprinters.tdb + + or migrate it with e.g.: + + # net printing migrate encoding=CP1252 /path/to/ntprinters.tdb + + If you migrate printers it is suggest to do it in the following order: + + ntforms.tdb + ntdrivers.tdb + ntprinting.tdb + + Don't forget to rename, move or delete these files in /var/db/samba after + the migration. + 20130623: AFFECTS: users of net-im/mikutter003 AUTHOR: tota@FreeBSD.org |