]> andersk Git - config-package-dev.git/blame - 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
CommitLineData
56709134
TA
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
9s/^(\*\.emerg.*\*)/# $1/m or die;
This page took 0.04187 seconds and 5 git commands to generate.