~davewalker/ubuntu/lucid/logrotate/sync_3.7.8-5

« back to all changes in this revision

Viewing changes to config.h

  • Committer: Dave Walker (Daviey)
  • Date: 2010-04-03 21:21:05 UTC
  • mfrom: (4.2.3 sid)
  • Revision ID: davewalker@ubuntu.com-20100403212105-c47hkcp4sgyq3jek
* Merge from debian unstable (LP: #554823)
  - remaining changes:
     + debian/control: Drop mailx to Suggests for Ubuntu; it's only 
       used on request, and we don't configure an MTA by default.
  - Fixes config parser to not get confused when a wildcard produces 
    no results. (LP: #392532)
* New patch:
  + parser571033.patch: fix the config parser to not get confused when
    a wildcard produces no results. (Closes: 571033)
* Switch to dpkg-source 3.0 (quilt) format
* Bump debhelper version to 7 (dh_clean -k -> dh_prep).
* Update standards version to 3.8.4 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 * Default settings for Linux - leave these last.
21
21
 */
22
22
#ifndef DEFAULT_MAIL_COMMAND
23
 
#define DEFAULT_MAIL_COMMAND "/bin/mail"
 
23
#define DEFAULT_MAIL_COMMAND "/usr/bin/mail"
24
24
#endif
25
25
 
26
26
#ifndef COMPRESS_COMMAND
36
36
#endif
37
37
 
38
38
#ifndef STATEFILE
39
 
#define STATEFILE "/var/lib/logrotate.status"
 
39
#define STATEFILE "/var/lib/logrotate/status"
40
40
#endif