main/lighttpd: use /sbin/nologin as shell

This commit is contained in:
Natanael Copa 2013-09-04 12:06:38 +00:00
parent fb4e7e82a6
commit f10cfa5edf
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
pkgname=lighttpd
pkgver=1.4.32
_streamver=2.2.0
pkgrel=0
pkgrel=1
pkgdesc="a secure, fast, compliant and very flexible web-server"
url="http://www.lighttpd.net/"
arch="all"

View File

@ -1,4 +1,4 @@
#!/bin/sh
adduser -H -h /var/www/localhost/htdocs -s /bin/false -D lighttpd 2>/dev/null
adduser -H -h /var/www/localhost/htdocs -s /sbin/nologin -D lighttpd 2>/dev/null
exit 0