summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2014-03-13 18:14:10 +0100
committerMichael Biebl <biebl@debian.org>2014-03-13 18:14:10 +0100
commit4dc1f3020e0dae78549a15627a495798138c830e (patch)
treeeb9df7186127cf47e4b4ff9d3266e8bec88be454
parent6a48202a56044051f68b1eb9398f6c43a90fb824 (diff)
downloadrsyslog-4dc1f3020e0dae78549a15627a495798138c830e.tar.gz
Fix typo in rsyslog.postrm: dissappear → disappear
-rw-r--r--debian/changelog1
-rw-r--r--debian/rsyslog.postrm2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 817f76a..2804abd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ rsyslog (7.6.1-1) UNRELEASED; urgency=medium
* Update Build-Depends:
- Bump librelp-dev to (>= 1.2.3).
- Add liblogging-stdlog-dev (>= 1.0.1).
+ * Fix typo in rsyslog.postrm: dissappear → disappear
-- Michael Biebl <biebl@debian.org> Thu, 13 Mar 2014 18:07:48 +0100
diff --git a/debian/rsyslog.postrm b/debian/rsyslog.postrm
index 4d7ae11..37324ac 100644
--- a/debian/rsyslog.postrm
+++ b/debian/rsyslog.postrm
@@ -6,7 +6,7 @@ if [ "$1" = "remove" ]; then
[ -f /etc/logrotate.d/rsyslog ] && mv -f /etc/logrotate.d/rsyslog /etc/logrotate.d/rsyslog.disabled
fi
-if [ "$1" = "purge" -o "$1" = "dissappear" ]; then
+if [ "$1" = "purge" -o "$1" = "disappear" ]; then
[ -f /etc/logrotate.d/rsyslog.disabled ] && rm -f /etc/logrotate.d/rsyslog.disabled
fi