]> andersk Git - config-package-dev.git/blob - examples/debathena-transform-example-1.0/debian/transform_syslog.conf.debathena
examples/*/debian/control*: Fix typos and dependencies
[config-package-dev.git] / examples / debathena-transform-example-1.0 / debian / transform_syslog.conf.debathena
1 #!/usr/bin/perl -0p
2 # perl -0p is useful for writing efficient transform scripts.
3
4 # Disable sending to all users 'emerg' level syslog messages.
5
6 # This prevents CVS (or any other applications that wants to) from
7 # spamming all terminals.
8
9 s/^(\*\.emerg.*\*)/# $1/m or die;
This page took 0.057726 seconds and 5 git commands to generate.