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

« back to all changes in this revision

Viewing changes to ntpd/ntpd-opts.c

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2010-05-24 11:09:51 UTC
  • mfrom: (1.2.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100524110951-1o7gh469ygochf4n
Tags: 1:4.2.6.p1+dfsg-1
* New upstream version
  - They no longer ship arlib, adjust dfsg.patch.
  - Drop kfreebsd.patch, applied upstream
  - Update patches for upstream changes.
* Remove the obsolete config files:

  for ntp:
  - /etc/logcheck/ignore.d.server/ntp, removed in 1:4.2.6+dfsg-1
  - /etc/dhcp3/dhclient-enter-hooks.d/ntp, replaced by exit hooks in
    1:4.2.4p4+dfsg-3
  - /etc/network/if-up.d/ntp, removed in 1:4.2.4p0+dfsg-1

  for ntpdate:
  - /etc/dhcp3/dhclient-enter-hooks.d/ntpdate, replaced by exit hooks in
    1:4.2.4p4+dfsg-3

  Use dpkg 1.15.7.2's dpkg-maintscript-helper.  This needs
  a Pre-Depends to work, else it's never going to be removed.
  (Closes: #569530)
* Add "Depends: ${misc:Depends}" to ntp-doc.

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  December 10, 2009 at 04:56:48 AM by AutoGen 5.10
 
4
 *  It has been AutoGen-ed  April  9, 2010 at 08:13:03 AM by AutoGen 5.10
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 (c) 1970-2009 David L. Mills and/or others - all rights reserved
 
22
 * ntpd copyright (c) 1970-2010 David L. Mills and/or others - all rights reserved
23
23
 *
24
24
 * see html/copyright.html
25
25
 */
39
39
/* TRANSLATORS: choose the translation for option names wisely because you
40
40
                cannot ever change your mind. */
41
41
tSCC zCopyright[] =
42
 
       "ntpd copyright (c) 1970-2009 David L. Mills and/or others, all rights reserved"
 
42
       "ntpd copyright (c) 1970-2010 David L. Mills and/or others, all rights reserved"
43
43
/* extracted from ../include/copyright.def near line 8 */
44
44
;
45
45
tSCC zCopyrightNotice[24] =
956
956
 */
957
957
tSCC   zPROGNAME[]   = "NTPD";
958
958
tSCC   zUsageTitle[] =
959
 
"ntpd - NTP daemon program - Ver. 4.2.6\n\
 
959
"ntpd - NTP daemon program - Ver. 4.2.6p1\n\
960
960
USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
961
961
#define zRcName     NULL
962
962
#define apzHomeList NULL