~ubuntu-branches/ubuntu/hardy/postfix/hardy-security

« back to all changes in this revision

Viewing changes to conf/postfix-script

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2007-06-01 23:14:55 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20070601231455-dm7tvhh7k68w3c5q
Tags: 2.4.3-1
* New upstream version
* Cleanup merge markers in changelog.  Closes: #420411
* Remove stale code in preinst.  Upgrading from pre-sarge versions no
  longer works.  Closes: #420413
* Template file overhaul to go with stale code removal, and translations
  Closes: #420156, #422339, #422975, #423110, #423367, #423876, #423878,
  #423894, #424689, #424762, #425411, #425682, #425980, #426052, #426214,
  #426329, #426833

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
            sleep 1
137
137
        done
138
138
        $WARN stopping the Postfix mail system with force
139
 
        kill -9 `sed 1q pid/master.pid`
 
139
        pid=`awk '{ print $1; exit 0 } END { exit 1 }' pid/master.pid` && 
 
140
                kill -9 -$pid
140
141
        ;;
141
142
 
142
143
abort)