mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-07 09:41:39 +01:00
main/arpwatch: use /sbin/nologin as shell
This commit is contained in:
parent
71c9b353c3
commit
372eead027
@ -2,7 +2,7 @@
|
||||
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
|
||||
pkgname=arpwatch
|
||||
pkgver=2.1a15
|
||||
pkgrel=10
|
||||
pkgrel=11
|
||||
pkgdesc="Ethernet monitoring program"
|
||||
url="http://www-nrg.ee.lbl.gov/"
|
||||
arch="all"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
adduser -S -H -s /bin/false -D arpwatch 2>/dev/null
|
||||
adduser -S -H -s /sbin/nologin -D arpwatch 2>/dev/null
|
||||
exit 0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user