diff options
author | Martin Väth <martin@mvath.de> | 2016-02-04 18:31:52 +0100 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2016-02-06 15:21:41 +0100 |
commit | 94eec8902c306207946c49ec71686de3c3dc6004 (patch) | |
tree | e2f9bd4490b7862fc35a8dc865cd7cfa93a074dc /net-dns | |
parent | app-shells/zsh-syntax-highlighting: Version bump (diff) | |
download | mv-94eec8902c306207946c49ec71686de3c3dc6004.tar.gz mv-94eec8902c306207946c49ec71686de3c3dc6004.tar.bz2 mv-94eec8902c306207946c49ec71686de3c3dc6004.zip |
net-dns/noip-updater: Fix a typo which had broken ezipupd
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/noip-updater/noip-updater-2.1.9-r3.ebuild (renamed from net-dns/noip-updater/noip-updater-2.1.9-r2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/noip-updater/noip-updater-2.1.9-r2.ebuild b/net-dns/noip-updater/noip-updater-2.1.9-r3.ebuild index ea3fe35e..6a711e52 100644 --- a/net-dns/noip-updater/noip-updater-2.1.9-r2.ebuild +++ b/net-dns/noip-updater/noip-updater-2.1.9-r3.ebuild @@ -34,7 +34,7 @@ src_prepare() { -e "s:\(#define CONFIG_FILENAME\).*:\1 \"/etc/no-ip2.conf\":" ) ! use ezipupd || sedarg+=( - -e "s:\"nobodoy\":\"ez-ipupd\":g" + -e "s:\"nobody\":\"ez-ipupd\":g" ) sed -i "${sedarg[@]}" noip2.c || die "sed failed" eapply_user |