summaryrefslogtreecommitdiff
path: root/debian/rsyslog-pgsql.postinst
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2008-04-06 19:06:32 +0200
committerMichael Biebl <biebl@debian.org>2008-04-06 19:06:32 +0200
commit64d623805b6631509f0b574a994bbadee3b8a058 (patch)
treeb524bed83719ae820ddc875a4ee6ff61fbb05380 /debian/rsyslog-pgsql.postinst
parent0cfa200e7992951a8e389c218a61555468e39036 (diff)
downloadrsyslog-64d623805b6631509f0b574a994bbadee3b8a058.tar.gz
Use "new-style" module names without the .so suffix.
Diffstat (limited to 'debian/rsyslog-pgsql.postinst')
-rw-r--r--debian/rsyslog-pgsql.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rsyslog-pgsql.postinst b/debian/rsyslog-pgsql.postinst
index 016c72f..0be40cb 100644
--- a/debian/rsyslog-pgsql.postinst
+++ b/debian/rsyslog-pgsql.postinst
@@ -40,7 +40,7 @@ case "$1" in
### Configuration file for rsyslog-pgsql
### Changes are preserved
- \$ModLoad ompgsql.so
+ \$ModLoad ompgsql
*.* :ompgsql:$HOST,$DATABASE,$USER,$PASS
EOF