~ubuntu-branches/ubuntu/hardy/postfix/hardy-security

« back to all changes in this revision

Viewing changes to src/postconf/postconf.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2007-04-15 16:00:44 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20070415160044-xl1vjlhf9mdmf43a
Tags: 2.4.0-3
Have preinst get user approval before installing (and being broken) on a
pre-2.6 kernel.  Closes: #417530

Show diffs side-by-side

added added

removed removed

Lines of Context:
960
960
    }
961
961
}
962
962
 
 
963
MAIL_VERSION_STAMP_DECLARE;
 
964
 
963
965
/* main */
964
966
 
965
967
int     main(int argc, char **argv)
971
973
    ARGV   *ext_argv = 0;
972
974
 
973
975
    /*
 
976
     * Fingerprint executables and core dumps.
 
977
     */
 
978
    MAIL_VERSION_STAMP_ALLOCATE;
 
979
 
 
980
    /*
974
981
     * Be consistent with file permissions.
975
982
     */
976
983
    umask(022);