1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/sane/pidfile.patch
Rasmus Thomsen 815d460448 community/sane: move from testing
It's required for simple-scanner. Modernize the APKBUILD while I'm at it.
2019-06-05 17:48:01 +00:00

11 lines
303 B
Diff

--- a/frontend/saned.c
+++ b/frontend/saned.c
@@ -224,7 +224,7 @@
int numchildren;
#define SANED_CONFIG_FILE "saned.conf"
-#define SANED_PID_FILE "/var/run/saned.pid"
+#define SANED_PID_FILE "/run/saned/saned.pid"
#define SANED_SERVICE_NAME "sane-port"
#define SANED_SERVICE_PORT 6566