1Use /var/lock instead of /var/lock/subsys 2 3Upstream-Status: Inappropriate [configuration] 4 5Index: p910nd/p910nd.8 6=================================================================== 7--- p910nd.orig/p910nd.8 2011-11-14 22:41:41.904615879 +0100 8+++ p910nd/p910nd.8 2011-11-14 22:49:52.299047607 +0100 9@@ -83,7 +83,7 @@ 10 .SH "SEE ALSO" 11 printcap(5), hosts_access(5) 12 .SH FILES 13-/var/run/p9100d.pid, /var/lock/subsys/p9100d, /etc/hosts.allow, /etc/hosts.deny 14+/var/run/p9100d.pid, /var/lock/p9100d, /etc/hosts.allow, /etc/hosts.deny 15 .SH COPYRIGHT 16 .I p910nd 17 is under the GNU Public License Version 2 18Index: p910nd/p910nd.c 19=================================================================== 20--- p910nd.orig/p910nd.c 2011-11-14 22:47:41.986401420 +0100 21+++ p910nd/p910nd.c 2011-11-14 22:49:27.274923524 +0100 22@@ -122,7 +122,7 @@ 23 #ifdef LOCKFILE_DIR 24 #define LOCKFILE LOCKFILE_DIR "/p910%cd" 25 #else 26-#define LOCKFILE "/var/lock/subsys/p910%cd" 27+#define LOCKFILE "/var/lock/p910%cd" 28 #endif 29 #ifndef PRINTERFILE 30 #define PRINTERFILE "/dev/lp%c" 31