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

« back to all changes in this revision

Viewing changes to src/fsstone/fsstone.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:
150
150
    msg_fatal("usage: %s [-cr] [-s size] messages directory_entries", myname);
151
151
}
152
152
 
 
153
MAIL_VERSION_STAMP_DECLARE;
 
154
 
153
155
int     main(int argc, char **argv)
154
156
{
155
157
    int     op_count;
161
163
    int     ch;
162
164
    int     size = 2;
163
165
 
 
166
    /*
 
167
     * Fingerprint executables and core dumps.
 
168
     */
 
169
    MAIL_VERSION_STAMP_ALLOCATE;
 
170
 
164
171
    msg_vstream_init(argv[0], VSTREAM_ERR);
165
172
    while ((ch = GETOPT(argc, argv, "crs:")) != EOF) {
166
173
        switch (ch) {