aports/testing/yaws/yaws-1.96-etc.patch
Vitaliy Tokarev 5062ff0703 new aport for yaws 1.96 (release 1)
Yaws is a HTTP high perfomance 1.1 webserver particularly well
suited for dynamic-content web applications.
Changes:
 * fixed paths in post-(de)install and post-upgrade scripts
 * /etc/yaws/yaws.conf updated to /var/log/yaws directory as logdir
 * /usr/etc dir for yaws package now will not be created
 * Makefile(s) removed in /var/yaws/www directory for yaws-web package
 * fixed dependencies for ABUILD
2013-06-30 10:31:40 +00:00

14 lines
339 B
Diff

# don't create /usr/etc dir when --sysconfdir=/etc passed to configure
--- yaws-1.96/scripts/Install
+++ yaws-1.96/scripts/Install.new
@@ -18,7 +18,7 @@
v=${vardir}
install -d ${destdir}${prefix}/bin
-install -d ${destdir}${prefix}/etc
+install -d ${destdir}${etcdir}
install -d ${destdir}${vardir}/log/yaws
cat yaws.template | \