Debian Patches

Status for dphys-config/20130301~current-6

Patch Description Author Forwarded Bugs Origin Last update
hobbit-support.diff Enables dphys-config to report to xymon (formerly hobbit) servers
===================================================================
invalid
interactive.diff Adds options -i and -d for interctive and diff mode.
===================================================================
Axel Beckert <beckert@phys.ethz.ch> invalid
escaping-colons.diff Support file names that contain colon, backslash or \n
===================================================================
Axel Beckert <abe@debian.org> no
preprocess-backtick-with-backticks-in-output.diff Properly handle backticks in the output of a command executed via the backtick preprocessor Axel Beckert <abe@debian.org> no debian
support-wget-1.17-with-timestamping.diff Support wget 1.17's usage of If-Modified-Since with -N/--timestamping
Consider a dphys-config.list file like this:

foo.conf:/etc/foo-23/
foo.conf:/etc/foo-42/

dphys-config tries twice to download the file "foo.conf" from the
configuration files repository with wget. In the past, "wget -N" noticed
that the file is already there ("Server file no newer than local file
`foo.conf' -- not retrieving"), but still logged a "200 OK" response
code ("HTTP request sent, awaiting response... 200 OK"). So dphys-config
saw the "200" and was happy with it.

But since version 1.17, wget uses If-Modified-Since headers with the
"-N" respectively "--timestamping" option and reports a "304 Not
Modified" instead of the previous "Server file no newer than local
file `foo.conf' -- not retrieving" message. The HTTP code "304"
confuses dphys-config as of now and it considers it an error and
aborts.

===================================================================
Axel Beckert <abe@debian.org> no debian
fix-include-preprocessing-in-case-of-empty-results.diff Fix preprocessing in case of empty results Example case:
.
The file "test" contains:
.
#@dphys-config-preprocess include include
#@include host
.
and if the file "test.host" exists but is empty, this will yield in
an error like this:
.
mv: cannot stat '/var/tmp/dphys-config-7962-work.1hGOSCEFfy/test.temp': No such file or directory
Axel Beckert <abe@debian.org> no
fix-real-typos.diff Fix real typos in the man page reported by lintian Axel Beckert <abe@debian.org> no

All known versions for source package 'dphys-config'

Links