summarylogtreecommitdiffstats
path: root/res_and_conf_dirs.patch
diff options
context:
space:
mode:
authorTomasz Maciej Nowak2021-07-31 01:40:45 +0200
committerTomasz Maciej Nowak2021-07-31 02:11:46 +0200
commiteb3763d3c24b07b7463157df971e5609aaee3a6a (patch)
treeafb73752337af9466cfe574a6a7da2d5889c9b05 /res_and_conf_dirs.patch
parentdcea6fd0b760d6f461c9457c54061fd2ba27e5ff (diff)
downloadaur-eb3763d3c24b07b7463157df971e5609aaee3a6a.tar.gz
upgpkg: xupnpd 1.034.r115.g2bc1e74-1
* update to latest greatest * drop openssl, it's compiled without * don't use outdated LUA, link to shared library * move all configuratin and resource files to /var/lib * refresh whole PKGBUILD
Diffstat (limited to 'res_and_conf_dirs.patch')
-rw-r--r--res_and_conf_dirs.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/res_and_conf_dirs.patch b/res_and_conf_dirs.patch
deleted file mode 100644
index 39ed6257fd54..000000000000
--- a/res_and_conf_dirs.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naupr xupnpd_orig/src/xupnpd.lua xupnpd/src/xupnpd.lua
---- xupnpd_orig/src/xupnpd.lua 2015-08-01 14:24:27.000000000 +0600
-+++ xupnpd/src/xupnpd.lua 2015-08-01 14:26:57.139964797 +0600
-@@ -102,15 +102,15 @@ feeds=
- -- log ident, pid file end www root
- cfg.version='1.033'
- cfg.log_ident=arg[1] or 'xupnpd'
--cfg.pid_file='/var/run/'..cfg.log_ident..'.pid'
--cfg.www_root='./www/'
-+cfg.pid_file='/run/xupnpd/xupnpd.pid'
-+cfg.www_root='/usr/share/xupnpd/www/'
- cfg.tmp_path='/tmp/'
--cfg.plugin_path='./plugins/'
-+cfg.plugin_path='/usr/share/xupnpd/plugins/'
- cfg.config_path='./config/'
- cfg.playlists_path='./playlists/'
- --cfg.feeds_path='/tmp/xupnpd-feeds/'
--cfg.ui_path='./ui/'
-+cfg.ui_path='/usr/share/xupnpd/ui/'
- cfg.drive='' -- reload playlists only if drive state=active/idle, example: cfg.drive='/dev/sda'
--cfg.profiles='./profiles/' -- device profiles feature
-+cfg.profiles='/usr/share/xupnpd/profiles/' -- device profiles feature
-
- dofile('xupnpd_main.lua')