diff options
Diffstat (limited to 'testing/cups/cups.install')
-rw-r--r-- | testing/cups/cups.install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/cups/cups.install b/testing/cups/cups.install index 47c3d9b82..cea52282e 100644 --- a/testing/cups/cups.install +++ b/testing/cups/cups.install @@ -17,6 +17,13 @@ post_upgrade() { echo "daemon script has been renamed to /etc/rc.d/cupsd" echo "change your entry in /etc/rc.conf" fi + if [ "`vercmp $2 1.6.0`" -lt 0 ]; then + # important upgrade notice + echo "* avahi-daemon should now run before you start cupsd for" + echo " printer Browsing support" + echo "* check your config with cupsd -t" + echo " and fix all Browsing related settings" + fi } post_remove() { |