projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76b3ad7
)
uhttpd: fix default cert names in init script
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 22 Mar 2010 23:20:21 +0000
(23:20 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 22 Mar 2010 23:20:21 +0000
(23:20 +0000)
contrib/package/uhttpd/files/uhttpd.init
patch
|
blob
|
history
diff --git
a/contrib/package/uhttpd/files/uhttpd.init
b/contrib/package/uhttpd/files/uhttpd.init
index 16320a730702d0ac5b3a9f63456c713620506609..a25bf789cbbb9903e3988a3c96a677f36036ba9c 100755
(executable)
--- a/
contrib/package/uhttpd/files/uhttpd.init
+++ b/
contrib/package/uhttpd/files/uhttpd.init
@@
-70,8
+70,8
@@
start_instance()
append_listen_http
config_get ssl "$cfg" listen_https
- config_get UHTTPD_KEY "$cfg" key /etc/httpd.key
- config_get UHTTPD_CERT "$cfg" cert /etc/
httpd.ce
rt
+ config_get UHTTPD_KEY "$cfg" key /etc/
u
httpd.key
+ config_get UHTTPD_CERT "$cfg" cert /etc/
uhttpd.c
rt
[ -n "$ssl" ] && {
[ -f "$UHTTPD_CERT" -a -f "$UHTTPD_KEY" ] || {