projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d8ace6
)
[package] uhttpd: make init script less verbose
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 11 Aug 2010 13:30:47 +0000
(13:30 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 11 Aug 2010 13:30:47 +0000
(13:30 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22593
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/uhttpd/files/uhttpd.init
patch
|
blob
|
history
diff --git
a/package/uhttpd/files/uhttpd.init
b/package/uhttpd/files/uhttpd.init
index
b00b2e2
..
8221d85
100755
(executable)
--- a/
package/uhttpd/files/uhttpd.init
+++ b/
package/uhttpd/files/uhttpd.init
@@
-45,11
+45,7
@@
generate_keys() {
$PX5G_BIN selfsigned -der \
-days ${days:-730} -newkey rsa:${bits:-1024} -keyout "$UHTTPD_KEY" -out "$UHTTPD_CERT" \
-subj /C=${country:-DE}/ST=${state:-Saxony}/L=${location:-Leipzig}/CN=${commonname:-OpenWrt}
- } || {
- echo "WARNING: the specified certificate and key" \
- "files do not exist and the px5g generator" \
- "is not available, skipping SSL setup."
- }
+ }
}
start_instance()