~ubuntu-branches/ubuntu/maverick/postfix/maverick-security

« back to all changes in this revision

Viewing changes to debian/init.d

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2006-10-18 10:46:48 UTC
  • Revision ID: james.westby@ubuntu.com-20061018104648-azvqry2lsqqxeifc
Tags: 2.3.3-4
* Empty /etc/mailname was incorrectly handled.  Closes: #387641
* updated spanish,french translations.  Closes: #393770, #391884
* also copy /etc/nss_mdns.config into the chroot.  Closes: #393716

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
                fi
58
58
 
59
59
                FILES="etc/localtime etc/services etc/resolv.conf etc/hosts \
60
 
                    etc/nsswitch.conf"
 
60
                    etc/nsswitch.conf etc/nss_mdns.config"
61
61
                for file in $FILES; do 
62
62
                    [ -d ${file%/*} ] || mkdir -p ${file%/*}
63
63
                    if [ -f /${file} ]; then rm -f ${file} && cp /${file} ${file}; fi