~ubuntu-branches/ubuntu/saucy/postfix/saucy-201305211707

« back to all changes in this revision

Viewing changes to debian/init.d

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, Wietse Venema, Kees Cook
  • Date: 2011-02-23 02:04:21 UTC
  • mfrom: (1.1.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20110223020421-1hxhntwr0fvyzucd
[Wietse Venema]

* new upstream version

[Kees Cook]

* debian/init.d: fix relative path problem in CA bundle chroot copying. 
  Closes: #614748, #614750  LP: #723312

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
                        # or copy the bundle to preserve functionality
108
108
                        ca_bundle=/etc/ssl/certs/ca-certificates.crt
109
109
                        if [ -f $ca_bundle ]; then
110
 
                            mkdir --parent ${ca_bundle%/*}
 
110
                            mkdir --parent "$queue_dir/${ca_bundle%/*}"
111
111
                            cp -L "$ca_bundle" "$queue_dir/${ca_bundle%/*}"
112
112
                        fi
113
113
                        ;;