www-servers/lighttpd: migrate to /run
authorMikle Kolyada <zlogene@gentoo.org>
Fri, 2 Aug 2019 12:08:19 +0000 (15:08 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Fri, 2 Aug 2019 12:08:19 +0000 (15:08 +0300)
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
www-servers/lighttpd/files/conf/lighttpd.conf
www-servers/lighttpd/files/conf/mod_fastcgi.conf
www-servers/lighttpd/files/lighttpd.tmpfiles.conf

index 763170c6ff0c99abf0331991bf0767eb126148e7..2a13a57c1c8dce3cff2b61e12bdbaafab104dce8 100644 (file)
@@ -47,7 +47,7 @@ server.username      = "lighttpd"
 server.groupname     = "lighttpd"
 
 server.document-root = var.basedir + "/htdocs"
-server.pid-file      = "/var/run/lighttpd.pid"
+server.pid-file      = "/run/lighttpd.pid"
 
 server.errorlog      = var.logdir  + "/error.log"
 # log errors to syslog instead
index b72b1ce604b1bb67a9c6ed470e06399564993268..5d5ea51ef2528775fed0e3cba02c0651649c7cec 100644 (file)
@@ -7,7 +7,7 @@ server.modules += ("mod_fastcgi")
 fastcgi.server = ( ".php" =>
                            ( "localhost" =>
                                    (
-                                           "socket"            =>              "/var/run/lighttpd/lighttpd-fastcgi-php-" + PID + ".socket",
+                                           "socket"            =>              "/run/lighttpd/lighttpd-fastcgi-php-" + PID + ".socket",
                                            "bin-path"  =>              "/usr/bin/php-cgi"
                                    )
                            )
index 325ab13d839c737e62f41f0c7bccf82a1319c41b..4ba7262b63742f87b8b9825dadd39b4c54784329 100644 (file)
@@ -1 +1 @@
-d /var/run/lighttpd 0750 lighttpd lighttpd -
\ No newline at end of file
+d /run/lighttpd 0750 lighttpd lighttpd -