~ubuntu-branches/ubuntu/oneiric/exim4/oneiric

« back to all changes in this revision

Viewing changes to src/exiwhat.src

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2010-12-28 22:20:17 UTC
  • mfrom: (2.3.4 experimental)
  • Revision ID: james.westby@ubuntu.com-20101228222017-r6vg4eqlqy2fk4ul
Tags: 4.73~rc1-1ubuntu1
* Merge from debian unstable.  Remaining changes: (LP: #697934)
  - debian/patches/71_exiq_grep_error_on_messages_without_size.patch:
    + Improve handling of broken messages when "exim4 -bp" (mailq)
      reports lines without size info.
  - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
    we want postfix to be the default.
  - debian/{control,rules}: Add and enable hardened build for PIE.
    (Closes: #542726)
* Drop B-D on libmysqlclient15-dev, resolved in Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
 
# $Cambridge: exim/exim-src/src/exiwhat.src,v 1.5 2009/11/16 19:50:36 nm4 Exp $
 
2
# $Cambridge: exim/src/src/exiwhat.src,v 1.5 2009/11/16 19:50:36 nm4 Exp $
3
3
 
4
4
# Copyright (c) University of Cambridge, 1995 - 2007
5
5
# See the file NOTICE for conditions of use and distribution.
90
90
st='     '
91
91
exim_path=`grep "^[$st]*exim_path" $config | sed "s/.*=[$st]*//"`
92
92
if test "$exim_path" = ""; then exim_path=BIN_DIRECTORY/exim4; fi
93
 
spool_directory=`$exim_path -C $config -bP spool_directory | sed "s/.*=[ ]*//"`
94
 
process_log_path=`$exim_path -C $config -bP process_log_path | sed "s/.*=[ ]*//"`
 
93
spool_directory=`$exim_path -bP spool_directory | sed "s/.*=[ ]*//"`
 
94
process_log_path=`$exim_path -bP process_log_path | sed "s/.*=[ ]*//"`
95
95
 
96
96
# The file that Exim writes when sent the SIGUSR1 signal is specified by
97
97
# the process_log_path option. If that is not defined, Exim uses the file