Date:2010-08-11 15:30:47 (2 years 9 months ago)
Author:jow
Commit:89c5fd59099bdfde01fdd09c1772f67911c0ea8c
Message:[package] uhttpd: make init script less verbose

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22593 3c298f89-4303-0410-b956-a3cf2f4a3e73
Files: package/uhttpd/files/uhttpd.init (1 diff)

Change Details

package/uhttpd/files/uhttpd.init
4545        $PX5G_BIN selfsigned -der \
4646            -days ${days:-730} -newkey rsa:${bits:-1024} -keyout "$UHTTPD_KEY" -out "$UHTTPD_CERT" \
4747            -subj /C=${country:-DE}/ST=${state:-Saxony}/L=${location:-Leipzig}/CN=${commonname:-OpenWrt}
48    } || {
49        echo "WARNING: the specified certificate and key" \
50            "files do not exist and the px5g generator" \
51            "is not available, skipping SSL setup."
52    }
48    }
5349}
5450
5551start_instance()

Archive Download the corresponding diff file



interactive