aboutsummaryrefslogtreecommitdiffstats
path: root/main/ez-ipupdate
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-09-04 11:57:57 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-09-04 11:57:57 +0000
commit0b31829504e96b25408e8bcb76de74658be0b7c5 (patch)
tree14b3051ce2a5ee72ebd54ad50776fff0d64a00c5 /main/ez-ipupdate
parent42ca5e8dfef8110f607fc3b8cd958fdf6c377fac (diff)
downloadaports-0b31829504e96b25408e8bcb76de74658be0b7c5.tar.bz2
aports-0b31829504e96b25408e8bcb76de74658be0b7c5.tar.xz
main/ez-ipupdate: use /sbin/nologin as shell
Diffstat (limited to 'main/ez-ipupdate')
-rw-r--r--main/ez-ipupdate/APKBUILD2
-rw-r--r--main/ez-ipupdate/ez-ipupdate.pre-install2
2 files changed, 2 insertions, 2 deletions
diff --git a/main/ez-ipupdate/APKBUILD b/main/ez-ipupdate/APKBUILD
index 8d3a56516f..43557df265 100644
--- a/main/ez-ipupdate/APKBUILD
+++ b/main/ez-ipupdate/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Jeremy Thomerson <jeremy@thomersonfamily.com>
pkgname=ez-ipupdate
pkgver=3.0.10
-pkgrel=5
+pkgrel=6
pkgdesc="utility for updating your host name for many of the dynamic DNS services (ez-ip.net, dyndns.org, etc)"
url="http://ez-ipupdate.com/"
arch="all"
diff --git a/main/ez-ipupdate/ez-ipupdate.pre-install b/main/ez-ipupdate/ez-ipupdate.pre-install
index a8d0c4791c..7c1ea477f7 100644
--- a/main/ez-ipupdate/ez-ipupdate.pre-install
+++ b/main/ez-ipupdate/ez-ipupdate.pre-install
@@ -1,5 +1,5 @@
#!/bin/sh
-adduser -h /var/lib/ez-ipupdate -s /bin/false -D ipupdate 2>/dev/null
+adduser -h /var/lib/ez-ipupdate -s /sbin/nologin -D ipupdate 2>/dev/null
exit 0