diff options
author | Jeremy Thomerson <jeremy@thomersonfamily.com> | 2009-08-22 05:00:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-22 14:46:43 +0000 |
commit | 49afd339b03ce74e0a76ac59656083aa56ba8b55 (patch) | |
tree | bce417fdd9ecc8a4a4e0f53e0ca184746e391049 /main/ez-ipupdate/ez-ipupdate.post-install | |
parent | cfb5fcad7f74b5932afc832c787762631ad797a9 (diff) | |
download | aports-49afd339b03ce74e0a76ac59656083aa56ba8b55.tar.bz2 aports-49afd339b03ce74e0a76ac59656083aa56ba8b55.tar.xz |
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.post-install')
-rw-r--r-- | main/ez-ipupdate/ez-ipupdate.post-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/ez-ipupdate/ez-ipupdate.post-install b/main/ez-ipupdate/ez-ipupdate.post-install new file mode 100644 index 0000000000..846c21102b --- /dev/null +++ b/main/ez-ipupdate/ez-ipupdate.post-install @@ -0,0 +1,5 @@ +#!/bin/sh + +chown ipupdate:ipupdate var/run/ez-ipupdate var/lib/ez-ipupdate +exit 0 + |