milis/talimatname/genel/h/hplip/disable_upgrade.patch

15 lines
512 B
Diff
Raw Normal View History

2018-08-20 16:02:36 +02:00
--- upgrade.py.orig 2013-10-31 12:46:54.000000000 +0100
+++ upgrade.py 2013-12-04 14:58:03.000000000 +0100
@@ -134,6 +134,11 @@ except getopt.GetoptError, e:
if os.getenv("HPLIP_DEBUG"):
log.set_level('debug')
+
2018-08-20 17:57:30 +02:00
+log.error("HPLIP yükseltmesi güvenlik nedenleriyle Milis Linux tarafından devre dışı bırakılmıştır, HPLIP'i yükseltmek isterseniz, Milis Linux yazılım paketi yöneticisi MPS'yi' kullanın.")
2018-08-20 16:02:36 +02:00
+clean_exit(1)
+
+
for o, a in opts:
if o in ('-h', '--help'):
usage()