From: <abe...@us...> - 2016-10-15 15:31:48
|
Revision: 7892 http://sourceforge.net/p/astlinux/code/7892 Author: abelbeck Date: 2016-10-15 15:31:46 +0000 (Sat, 15 Oct 2016) Log Message: ----------- lighttpd, use check-default-passwd for the admin password check Modified Paths: -------------- branches/1.0/package/lighttpd/lighttpd.init Modified: branches/1.0/package/lighttpd/lighttpd.init =================================================================== --- branches/1.0/package/lighttpd/lighttpd.init 2016-10-14 22:11:55 UTC (rev 7891) +++ branches/1.0/package/lighttpd/lighttpd.init 2016-10-15 15:31:46 UTC (rev 7892) @@ -165,7 +165,7 @@ echo "Starting lighttpd..." - if grep -q "6kERs0/UltqFI" /var/www/admin/.htpasswd; then + if check-default-passwd admin /var/www/admin/.htpasswd >/dev/null; then echo " WARNING WARNING WARNING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |