diff options
Diffstat (limited to 'source/ap/hplip/hplip.no.upgrade.diff')
-rw-r--r-- | source/ap/hplip/hplip.no.upgrade.diff | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/source/ap/hplip/hplip.no.upgrade.diff b/source/ap/hplip/hplip.no.upgrade.diff new file mode 100644 index 000000000..ebb1743c6 --- /dev/null +++ b/source/ap/hplip/hplip.no.upgrade.diff @@ -0,0 +1,16 @@ +--- ./upgrade.py.orig 2013-03-08 01:15:32.000000000 -0600 ++++ ./upgrade.py 2013-03-19 23:41:06.360870795 -0500 +@@ -214,6 +214,13 @@ + try: + change_spinner_state(False) + core = CoreInstall(MODE_CHECK) ++ ++ # To reenable upgrade in Slackware (although it probably won't work), ++ # delete the following 3 lines: ++ log.info("HPLIP upgrade function is disabled in Slackware.") ++ log.info("Not attempting to download upgrades.") ++ clean_exit(0) ++ + if not utils.check_network_connection(): + log.error("Either Internet is not working or Wget is not installed.") + clean_exit(0) |