summaryrefslogtreecommitdiff
path: root/fix-without-systemd-links.sed
blob: d2b25c610bfccd50e7d53fb5a4d7882ad6cfa0e6 (plain)
1
2
3
4
5
/without-systemd\.org/{
   /archive\.org/!{
      s@(http://without-systemd\.org)@https://web.archive.org/web/20190208013412/\1@g;
   }
}
bgstack15