~ubuntu-branches/debian/sid/postfix/sid

« back to all changes in this revision

Viewing changes to debian/init.d

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2012-03-20 13:47:16 UTC
  • mfrom: (1.1.34) (39.1.16 trunk)
  • Revision ID: package-import@ubuntu.com-20120320134716-o62kosz3odzt1rh6
Tags: 2.9.1-2
Drop unnecessary openssl check, since sonames will save us.

Show diffs side-by-side

added added

removed removed

Lines of Context:
226
226
                ALL=0
227
227
            fi
228
228
        done
 
229
        # handle the case when postmulti returns *no* configured instances
 
230
        if [ $ANY = 0 ]; then
 
231
           ALL=0
 
232
        fi
229
233
        if [ $ALL = 1 ]; then 
230
234
           log_success_msg "postfix is running"
231
235
           exit 0