summaryrefslogtreecommitdiff
path: root/fix-without-systemd-links.sed
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-06-09 16:55:15 -0400
committerB Stack <bgstack15@gmail.com>2020-06-09 16:55:15 -0400
commit0c80c29d0fde63d9617d5769038963375e698628 (patch)
treeda4141376f5f0437ab5e659ebb4f8bdf69a9e0de /fix-without-systemd-links.sed
downloadglip-0c80c29d0fde63d9617d5769038963375e698628.tar.gz
glip-0c80c29d0fde63d9617d5769038963375e698628.tar.bz2
glip-0c80c29d0fde63d9617d5769038963375e698628.zip
initial commit
Diffstat (limited to 'fix-without-systemd-links.sed')
-rw-r--r--fix-without-systemd-links.sed5
1 files changed, 5 insertions, 0 deletions
diff --git a/fix-without-systemd-links.sed b/fix-without-systemd-links.sed
new file mode 100644
index 0000000..d2b25c6
--- /dev/null
+++ b/fix-without-systemd-links.sed
@@ -0,0 +1,5 @@
+/without-systemd\.org/{
+ /archive\.org/!{
+ s@(http://without-systemd\.org)@https://web.archive.org/web/20190208013412/\1@g;
+ }
+}
bgstack15