summaryrefslogtreecommitdiffstats
path: root/gl/ref-add.sed
blob: 3ac991fe90a06a460db4fb2943415c184622e7ac (plain)
1
2
3
4
5
6
7
8
9
10
/^# Packages using this file: / {
  s/# Packages using this file://
  ta
  :a
  s/ nagios-plugins / nagios-plugins /
  tb
  s/ $/ nagios-plugins /
  :b
  s/^/# Packages using this file:/
}