rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | Upstream-Status: Inappropriate [embedded specific] |
2 | |||||
3 | --- hplip-3.11.10/setup.py.orig 2011-10-02 14:06:19.000000000 +1100 | ||||
4 | +++ hplip-3.11.10/setup.py 2012-02-29 08:21:39.167999938 +1100 | ||||
5 | @@ -573,6 +573,7 @@ | ||||
6 | |||||
7 | log.debug("Restarting CUPS...") | ||||
8 | status, output = utils.run(restart_cups()) | ||||
9 | + time.sleep(3) | ||||
10 | log.debug("Restart CUPS returned: exit=%d output=%s" % (status, output)) | ||||
11 | |||||
12 | cups.setPasswordPrompt("You do not have permission to add a printer.") |