summaryrefslogtreecommitdiffstats
path: root/main/ez-ipupdate/ez-ipupdate.pre-install
diff options
context:
space:
mode:
authorJeremy Thomerson <jeremy@thomersonfamily.com>2009-08-22 05:00:23 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-08-22 14:46:43 +0000
commit49afd339b03ce74e0a76ac59656083aa56ba8b55 (patch)
treebce417fdd9ecc8a4a4e0f53e0ca184746e391049 /main/ez-ipupdate/ez-ipupdate.pre-install
parentcfb5fcad7f74b5932afc832c787762631ad797a9 (diff)
main/ez-ipupdate: new aport
utility for updating your host name for many of the dynamic DNS services (ez-ip.net, dyndns.org, etc) http://ez-ipupdate.com/
Diffstat (limited to 'main/ez-ipupdate/ez-ipupdate.pre-install')
-rw-r--r--main/ez-ipupdate/ez-ipupdate.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/ez-ipupdate/ez-ipupdate.pre-install b/main/ez-ipupdate/ez-ipupdate.pre-install
new file mode 100644
index 00000000000..a8d0c4791c3
--- /dev/null
+++ b/main/ez-ipupdate/ez-ipupdate.pre-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+adduser -h /var/lib/ez-ipupdate -s /bin/false -D ipupdate 2>/dev/null
+exit 0
+