replace target: Add a target to replace part of an identifier..
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 20 Dec 2008 12:26:24 +0000 (13:26 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 20 Dec 2008 12:26:24 +0000 (13:26 +0100)
commit1aaedbca424b623f83a4f6cf837cf91574fe0e67
treee258a4253bec4a396e6d0f6e615a14db928f724f
parentef7fec0c4e0bbbabb356e6a570ac6297ee06eb80
replace target: Add a target to replace part of an identifier..

..using regular expressions.

Possible future improvements: Use submatches in the replacement string,
similar to sed's \1, \2, ... back-references.
configure.in
src/Makefile.am
src/collectd.conf.pod
src/target_replace.c [new file with mode: 0644]