~ubuntu-branches/ubuntu/saucy/nagios3/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/nagios3-common.postrm

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt
  • Date: 2009-08-16 14:14:23 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090816141423-efjzq1r3jekwd7l7
Tags: 3.2.0-1
* New upstream release (Closes: #542957)
  - Timeperiods should work as expected now (Closes: #539882)
  - Recovery notifications fixed (Closes: #543657)
* Update standards version 
  - Add README.source
* Manpage errors fixed (Closes: #540554)
* Split up the webfrontend into its own package (Closes: #479338, #485466)

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
        done
18
18
        rm -rf /var/run/nagios3 /var/log/nagios3 /var/lib/nagios3 \
19
19
               /var/cache/nagios3
20
 
        rm -f /etc/nagios3/htpasswd.users
21
 
        rm -f /etc/nagios3/apache2.conf
22
20
        rm -f /etc/nagios3/conf.d/host-gateway_nagios3.cfg
23
21
        #rm -f /etc/nagios3/conf.d/extcommands_nagios3.cfg
24
22
        if which ucf >/dev/null 2>&1; then
25
 
                ucf --purge /etc/nagios3/apache2.conf
26
23
                ucf --purge /etc/nagios3/conf.d/host-gateway_nagios3.cfg
27
24
                #ucf --purge /etc/nagios3/conf.d/extcommands_nagios3.cfg
28
25
        fi