[ddns-scripts] Update to Version 2.0.1-1
authorChristian Schoenebeck <christian.schoenebeck@gmail.com>
Sun, 21 Sep 2014 15:52:52 +0000 (17:52 +0200)
committerChristian Schoenebeck <christian.schoenebeck@gmail.com>
Sun, 21 Sep 2014 15:52:52 +0000 (17:52 +0200)
not needed in this version

Sorry GitHub web interface only supports single commits that will be summarized into one pull request.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
net/ddns-scripts/files/usr/lib/ddns/url_escape.sed [deleted file]

diff --git a/net/ddns-scripts/files/usr/lib/ddns/url_escape.sed b/net/ddns-scripts/files/usr/lib/ddns/url_escape.sed
deleted file mode 100644 (file)
index eac4002..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# sed url escaping
-s:%:%25:g
-s: :%20:g
-s:<:%3C:g
-s:>:%3E:g
-s:#:%23:g
-s:{:%7B:g
-s:}:%7D:g
-s:|:%7C:g
-s:\\:%5C:g
-s:\^:%5E:g
-s:~:%7E:g
-s:\[:%5B:g
-s:\]:%5D:g
-s:`:%60:g
-s:;:%3B:g
-s:/:%2F:g
-s:?:%3F:g
-s^:^%3A^g
-s:@:%40:g
-s:=:%3D:g
-s:&:%26:g
-s:\$:%24:g
-s:\!:%21:g
-s:\*:%2A:g