diff options
Diffstat (limited to 'print/hplip3/files/patch-hpssd.py')
-rw-r--r-- | print/hplip3/files/patch-hpssd.py | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/print/hplip3/files/patch-hpssd.py b/print/hplip3/files/patch-hpssd.py deleted file mode 100644 index f3e7a9c8b22e..000000000000 --- a/print/hplip3/files/patch-hpssd.py +++ /dev/null @@ -1,21 +0,0 @@ ---- hpssd.py Fri Oct 12 19:42:15 2007 -+++ /usr/local/sbin/hpssd Fri Oct 12 23:59:31 2007 -@@ -664,6 +664,10 @@ - if prop.daemonize: - utils.daemonize() - -+ # Lock pidfile before we muck around with system state -+ # Patch by Henrique M. Holschuh <hmh@debian.org> -+ utils.get_pidfile_lock(os.path.join(sys_cfg.dirs.run, 'hpssd.pid')) -+ - # hpssd server dispatcher object - try: - server = hpssd_server(prop.hpssd_host, prop.hpssd_port) -@@ -688,6 +692,7 @@ - - log.debug("Cleaning up...") - finally: -+ os.remove(os.path.join(sys_cfg.dirs.run, 'hpssd.pid')) - server.close() - return 0 - |