aboutsummaryrefslogtreecommitdiffstats
path: root/main/logcheck
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-09-04 12:06:57 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-09-04 12:15:08 +0000
commit21d43568bdd956c79f3820d6b73cff098ad2c447 (patch)
tree9ceb6cf82af43319e33231d59b7b8d30e46fe338 /main/logcheck
parentf10cfa5edf50fdff026e2a29174d1ade8e96f02a (diff)
downloadaports-21d43568bdd956c79f3820d6b73cff098ad2c447.tar.bz2
aports-21d43568bdd956c79f3820d6b73cff098ad2c447.tar.xz
main/logcheck: use /sbin/nologin as shell
Diffstat (limited to 'main/logcheck')
-rw-r--r--main/logcheck/APKBUILD2
-rw-r--r--main/logcheck/logcheck.pre-install2
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