mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/lighttpd: use /sbin/nologin as shell
This commit is contained in:
parent
fb4e7e82a6
commit
f10cfa5edf
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user