summaryrefslogtreecommitdiff
path: root/fix-without-systemd-links.sed
diff options
context:
space:
mode:
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