Files
tqma6-yocto-mirror/sources/meta-openembedded/meta-oe/recipes-support/p910nd/p910nd/fix-var-lock.patch
Siggi (OpenClaw Agent) 16accb6b24 Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 264 license table entries with exact download URLs (224/264 resolved)
- Complete sources/ directory with all BitBake recipes
- Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl)
- Full traceability for Softwarefreigabeantrag
- GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4
- License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
2026-03-01 21:14:11 +00:00

31 lines
1.0 KiB
Diff

Use /var/lock instead of /var/lock/subsys
Upstream-Status: Inappropriate [configuration]
Index: p910nd/p910nd.8
===================================================================
--- p910nd.orig/p910nd.8 2011-11-14 22:41:41.904615879 +0100
+++ p910nd/p910nd.8 2011-11-14 22:49:52.299047607 +0100
@@ -83,7 +83,7 @@
.SH "SEE ALSO"
printcap(5), hosts_access(5)
.SH FILES
-/var/run/p9100d.pid, /var/lock/subsys/p9100d, /etc/hosts.allow, /etc/hosts.deny
+/var/run/p9100d.pid, /var/lock/p9100d, /etc/hosts.allow, /etc/hosts.deny
.SH COPYRIGHT
.I p910nd
is under the GNU Public License Version 2
Index: p910nd/p910nd.c
===================================================================
--- p910nd.orig/p910nd.c 2011-11-14 22:47:41.986401420 +0100
+++ p910nd/p910nd.c 2011-11-14 22:49:27.274923524 +0100
@@ -122,7 +122,7 @@
#ifdef LOCKFILE_DIR
#define LOCKFILE LOCKFILE_DIR "/p910%cd"
#else
-#define LOCKFILE "/var/lock/subsys/p910%cd"
+#define LOCKFILE "/var/lock/p910%cd"
#endif
#ifndef PRINTERFILE
#define PRINTERFILE "/dev/lp%c"