~ubuntu-branches/debian/squeeze/ntp/squeeze-201010051545

« back to all changes in this revision

Viewing changes to ntpd/ntpd-opts.c

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2009-11-26 22:16:37 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20091126221637-lbtdp0ax1yg9t0bx
Tags: 1:4.2.4p7+dfsg-4
* Use uname -s instead of dpkg-architecture to found the kernel we're
  running on.  dpkg-architecture is part of dpkg-dev. (Closes: #558145)
* Make the package fail to build on hurd since it does not provided
  the needed system calls for ntpd to work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*  
2
2
 *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
3
3
 *  
4
 
 *  It has been AutoGen-ed  Thursday January  8, 2009 at 06:11:55 AM EST
 
4
 *  It has been AutoGen-ed  Monday May 18, 2009 at 04:56:03 AM EDT
5
5
 *  From the definitions    ntpd-opts.def
6
6
 *  and the template file   options
7
7
 *
19
19
 *
20
20
 * This source file is copyrighted and licensed under the following terms:
21
21
 *
22
 
 * ntpd copyright 1970-2008 David L. Mills and/or others - all rights reserved
 
22
 * ntpd copyright 1970-2009 David L. Mills and/or others - all rights reserved
23
23
 *
24
24
 * see html/copyright.html
25
25
 */
34
34
extern "C" {
35
35
#endif
36
36
tSCC zCopyright[] =
37
 
       "ntpd copyright (c) 1970-2008 David L. Mills and/or others, all rights reserved";
 
37
       "ntpd copyright (c) 1970-2009 David L. Mills and/or others, all rights reserved";
38
38
tSCC zCopyrightNotice[] =
39
39
       
40
40
/* extracted from ../include/copyright.def near line 8 */
835
835
 */
836
836
tSCC   zPROGNAME[]   = "NTPD";
837
837
tSCC   zUsageTitle[] =
838
 
"ntpd - NTP daemon program - Ver. 4.2.4p6\n\
 
838
"ntpd - NTP daemon program - Ver. 4.2.4p7\n\
839
839
USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
840
840
#define zRcName     NULL
841
841
#define apzHomeList NULL
842
842
 
843
 
tSCC   zBugsAddr[]    = "http://bugs.ntp.isc.org, bugs@ntp.org";
 
843
tSCC   zBugsAddr[]    = "http://bugs.ntp.org, bugs@ntp.org";
844
844
#define zExplain NULL
845
845
tSCC    zDetail[]     = "\n\n";
846
846
tSCC    zFullVersion[] = NTPD_FULL_VERSION;