summaryrefslogtreecommitdiff
path: root/print/hplip3/files/patch-hpssd.py
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
commitfa4a943c17e47bf910596a414fd7287983350b9b (patch)
treedc76cec18a505befc330e612e0a56bf1caa5ca49 /print/hplip3/files/patch-hpssd.py
parent- Fix manpage pointing to correct PREFIX for binary and conf (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Notes
Notes: svn path=/head/; revision=207820 svn path=/tags/RELEASE_7_0_0/; revision=207821; tag=release/7.0.0
Diffstat (limited to 'print/hplip3/files/patch-hpssd.py')
-rw-r--r--print/hplip3/files/patch-hpssd.py21
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
-