mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/gdnsd: use /sbin/nologin as shell
This commit is contained in:
parent
9d2e5c3a9e
commit
cc2f56da01
@ -2,7 +2,7 @@
|
||||
# Maintainer: Timo Teräs <timo.teras@iki.fi>
|
||||
pkgname=gdnsd
|
||||
pkgver=1.9.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Geographic Authoritative DNS server"
|
||||
url="https://github.com/blblack/gdnsd/"
|
||||
arch="all"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
addgroup gdnsd 2>/dev/null
|
||||
adduser -S -H -h /dev/null -s /bin/false -D -G gdnsd gdnsd 2>/dev/null
|
||||
adduser -S -H -h /dev/null -s /sbin/nologin -D -G gdnsd gdnsd 2>/dev/null
|
||||
exit 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user