# HG changeset patch # User Pascal Bellard # Date 1228063549 0 # Node ID 3a8e5b10ee6428e1eab1394a4432d27eaeb3ac03 # Parent 91c5b6acc0538ec96e111858bb32a21385ef4463 lighttpd-ssl: typo in genpkg diff -r 91c5b6acc053 -r 3a8e5b10ee64 lighttpd-ssl/receipt --- a/lighttpd-ssl/receipt Sun Nov 30 16:41:04 2008 +0000 +++ b/lighttpd-ssl/receipt Sun Nov 30 16:45:49 2008 +0000 @@ -76,7 +76,7 @@ # Enable HTTPS support # -$SERVER["socket"] == ":443" { +\$SERVER["socket"] == ":443" { protocol = "https://" ssl.engine = "enable" ssl.pemfile = "/etc/ssl/lighttpd/lighttpd.pem"