diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/logcheck/APKBUILD | 2 | ||||
-rw-r--r-- | main/logcheck/logcheck.pre-install | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/main/logcheck/APKBUILD b/main/logcheck/APKBUILD index 40da5ef21e..8d92be2006 100644 --- a/main/logcheck/APKBUILD +++ b/main/logcheck/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=logcheck pkgver=1.3.13 -pkgrel=1 +pkgrel=2 pkgdesc="Bash scripts used to monitor system log files for anomalies" url="http://packages.debian.org/source/sid/logcheck" arch="noarch" diff --git a/main/logcheck/logcheck.pre-install b/main/logcheck/logcheck.pre-install index d6ea64154d..61f3c23ece 100644 --- a/main/logcheck/logcheck.pre-install +++ b/main/logcheck/logcheck.pre-install @@ -1,5 +1,5 @@ #!/bin/sh addgroup logcheck 2>/dev/null -adduser -S -H -h /dev/null -s /bin/false -D -G logcheck logcheck 2>/dev/null +adduser -S -H -h /dev/null -s /sbin/nologin -D -G logcheck logcheck 2>/dev/null exit 0 |