~ubuntu-branches/ubuntu/vivid/postfix/vivid-proposed

« back to all changes in this revision

Viewing changes to postfix-install

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2012-03-20 13:47:16 UTC
  • mfrom: (1.1.33)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: package-import@ubuntu.com-20120320134716-v7ab94fmor2z9pvp
Tags: upstream-2.9.1
ImportĀ upstreamĀ versionĀ 2.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
363
363
 
364
364
: ${install_root=/}
365
365
: ${tempdir=`pwd`}
366
 
: ${config_directory=`bin/postconf -h -d config_directory`}
 
366
: ${config_directory=`bin/postconf -c conf -h -d config_directory`}
367
367
 
368
368
# Find out the location of installed configuration files.
369
369
 
446
446
    case "$junk" in
447
447
    "") eval unset $name;;
448
448
    esac
449
 
    eval : \${$name=\`bin/postconf -d -h $name\`} || exit 1
 
449
    eval : \${$name=\`bin/postconf -c conf -d -h $name\`} || exit 1
450
450
done
451
451
 
452
452
# Override settings manually.