summarylogtreecommitdiffstats
path: root/res_and_conf_dirs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'res_and_conf_dirs.patch')
-rw-r--r--res_and_conf_dirs.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/res_and_conf_dirs.patch b/res_and_conf_dirs.patch
index 7a41da22cd29..a7db5d9efc35 100644
--- a/res_and_conf_dirs.patch
+++ b/res_and_conf_dirs.patch
@@ -19,7 +19,7 @@ diff -Naupr xupnpd_orig/src/xupnpd.lua xupnpd/src/xupnpd.lua
cfg.log_ident=arg[1] or 'xupnpd'
-cfg.pid_file='/var/run/'..cfg.log_ident..'.pid'
-cfg.www_root='./www/'
-+cfg.pid_file='/var/run/xupnpd/xupnpd.pid'
++cfg.pid_file='/run/xupnpd/xupnpd.pid'
+cfg.www_root='/usr/share/xupnpd/www/'
cfg.tmp_path='/tmp/'
-cfg.plugin_path='./plugins/'