27 lines
698 B
Diff
27 lines
698 B
Diff
|
Index: cups-1.5.4/config.h.in
|
||
|
===================================================================
|
||
|
--- cups-1.5.4.orig/config.h.in
|
||
|
+++ cups-1.5.4/config.h.in
|
||
|
@@ -131,7 +131,7 @@
|
||
|
#define CUPS_SBINDIR "/usr/sbin"
|
||
|
#define CUPS_SERVERBIN "/usr/lib/cups"
|
||
|
#define CUPS_SERVERROOT "/etc/cups"
|
||
|
-#define CUPS_STATEDIR "/var/run/cups"
|
||
|
+#define CUPS_STATEDIR "/run/cups"
|
||
|
|
||
|
|
||
|
/*
|
||
|
Index: cups-1.5.4/configure
|
||
|
===================================================================
|
||
|
--- cups-1.5.4.orig/configure
|
||
|
+++ cups-1.5.4/configure
|
||
|
@@ -6424,7 +6424,7 @@ case "$uname" in
|
||
|
;;
|
||
|
*)
|
||
|
# All others
|
||
|
- CUPS_STATEDIR="$localstatedir/run/cups"
|
||
|
+ CUPS_STATEDIR="/run/cups"
|
||
|
;;
|
||
|
esac
|
||
|
cat >>confdefs.h <<_ACEOF
|