openbsd-ports/www/yaws/patches/patch-scripts_gen-yaws-conf
2011-05-27 17:04:43 +00:00

13 lines
523 B
Plaintext

$OpenBSD: patch-scripts_gen-yaws-conf,v 1.1 2011/05/27 17:04:43 jasper Exp $
--- scripts/gen-yaws-conf.orig Fri May 27 18:55:53 2011
+++ scripts/gen-yaws-conf Fri May 27 18:56:03 2011
@@ -9,7 +9,7 @@ cat yaws.conf.template | \
./Subst %yawsdir% "$YAWSDIR" | \
./Subst %logdir% "$LOGDIR" | \
./Subst %vardir% "$VARDIR" | \
- ./Subst %host% `hostname` | \
+ ./Subst %host% `FULL_HOSTNAME_HERE` | \
./Subst %port% $PORT | \
./Subst %docroot% "$DOCROOT" | \
./Subst %certdir% "$CERTDIR" | \