~ubuntu-branches/ubuntu/wily/gnustep-base/wily-proposed

« back to all changes in this revision

Viewing changes to Tools/gdomap.8

  • Committer: Package Import Robot
  • Author(s): Yavor Doganov
  • Date: 2014-10-22 17:36:45 UTC
  • mfrom: (25.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20141022173645-zeosqqhirzl0sxai
Tags: 1.24.7-1
* New upstream bugfix release:
  - SSLv3 is disabled by default because of CVE-2014-3566.
* debian/patches/testsuite-fixes.patch: Remove hunks applied upstream.
  Disable some tests that are doomed to fail.
* debian/patches/info-direntry.patch:
* debian/patches/manpage-fixes.patch: Remove hunks applied upstream.
* debian/patches/NSString-buffer-overrun.patch:
* debian/patches/ftbfs-mips64.patch:
* debian/patches/hide-SYSTEM_CONFIG-vars.patch:
* debian/patches/use-local-DTDs.patch:
* debian/patches/CVE-2014-2980.patch:
* debian/patches/kfreebsd-fake-main.patch:
* debian/patches/avoid-nsl-linkage.patch:
* debian/patches/gnutls28.patch:
* debian/patches/alignment-check.patch:
* debian/patches/avoid-tools-extra-linkage.patch:
* debian/patches/maxsymlinks.diff: Delete; applied upstream.
* debian/patches/pldes-manpage-rename.patch: Refresh.
* debian/patches/autoreconf.patch: Delete; no longer needed.
* debian/patches/fix-spelling-errors.patch: New.
* debian/patches/series: Update.
* debian/HTMLLinker.1:
* debian/make_strings.1: Delete; added upstream.
* debian/rules (configure-stamp): Dump config.log to stdout in case of
  configure error.
  (binary-arch): Install upstream manpages.
* debian/control.m4 (Standards-Version): Bump to 3.9.6; no changes
  needed.
* debian/control: Regenerate.
* debian/gnustep-base-common.xmlcatalogs.in: Add new 1_0_4 DTD.
* debian/gnustep-base-runtime.gdomap.in: Check for daemon existence,
  thanks Felipe Sateler (Closes: #764526).  Create /var/run/gdomap
  before the daemon starts.
* debian/gdomap.default: Avoid chroot to /tmp, thanks Ansgar Burchardt
  (Closes: #741441).
* debian/gnustep-base-runtime.NEWS: Rename as NEWS as it is not picked
  by apt-listchanges.
* debian/watch: Check upstream signature.
* debian/upstream/signing-key.pgp: Add upstream keyring.
* debian/source/include-binaries: New file.
* debian/copyright: Switch to format 1.0, update copyright years.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
.RB [ -f ]
36
36
.RB [-i 
37
37
.IR seconds ]
 
38
.RB [-j 
 
39
.IR path ]
38
40
.RB [ -p ]
39
41
 
40
42
.SH DESCRIPTION
137
139
avoid fork() to make debugging easy
138
140
.IP "\fB-i \fIseconds"
139
141
re-probe at this interval (roughly), min 60
 
142
.IP "\fB-j \fIpath"
 
143
place the process in a chroot jail at this path rather than in /tmp
140
144
.IP "\fB-p"
141
145
disable probing for other servers
142
146
.PP