~kroq-gar78/ubuntu/precise/rsyslog/fix-846818

« back to all changes in this revision

Viewing changes to debian/rsyslog.postrm

  • Committer: Aditya Vaidya
  • Date: 2012-03-24 00:33:17 UTC
  • Revision ID: kroq.gar78@gmail.com-20120324003317-l56vyq77llqtm4ge
debian/rsyslog.postrm: fixed typo "dissappear" to "disappear" (LP: #846818)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
        fi
20
20
fi
21
21
 
22
 
if [ "$1" = "purge" -o "$1" = "dissappear" ]; then
 
22
if [ "$1" = "purge" -o "$1" = "disappear" ]; then
23
23
        [ -f /etc/logrotate.d/rsyslog.disabled ] && rm -f /etc/logrotate.d/rsyslog.disabled
24
24
fi
25
25