diff options
author | timur <timur@FreeBSD.org> | 2013-06-27 16:47:26 +0800 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2013-06-27 16:47:26 +0800 |
commit | 3c8ba88ab4eb10bf9da35d0ee90f7cb0035a0ba5 (patch) | |
tree | 7b8619dd416032b146754882d2dc83b4e79d0841 /UPDATING | |
parent | 4e8ee02cddb26574f030b540073f064e94f0f2e3 (diff) | |
download | freebsd-ports-gnome-3c8ba88ab4eb10bf9da35d0ee90f7cb0035a0ba5.tar.gz freebsd-ports-gnome-3c8ba88ab4eb10bf9da35d0ee90f7cb0035a0ba5.tar.zst freebsd-ports-gnome-3c8ba88ab4eb10bf9da35d0ee90f7cb0035a0ba5.zip |
Upgraded port to the latest 3.6.16 revision.
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 |