mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 18:58:55 -04:00
16 lines
537 B
Python
16 lines
537 B
Python
$NetBSD: patch-diagnose_queues.py,v 1.2 2016/02/28 20:37:28 schnoebe Exp $
|
|
|
|
Correct the spelling on the module name.
|
|
|
|
--- diagnose_queues.py.orig 2015-08-19 13:25:37.000000000 +0000
|
|
+++ diagnose_queues.py
|
|
@@ -22,7 +22,7 @@
|
|
from __future__ import print_function
|
|
__version__ = '1.1'
|
|
__title__ = 'AutoConfig Utility to check queues configuration'
|
|
-__mod__ = 'hp-daignose-queues'
|
|
+__mod__ = 'hp-diagnose-queues'
|
|
__doc__ = """Auto config utility for HPLIP supported multifunction Devices to diagnose queues configuration."""
|
|
|
|
# Std Lib
|