summaryrefslogtreecommitdiff
path: root/debian/patches/01-usage_strings.diff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2018-09-10 05:40:40 +0200
committerJörg Frings-Fürst <debian@jff.email>2018-09-10 05:40:40 +0200
commit5cb7a9681900918bc089da5e53c7a9df6af1bc6b (patch)
tree962192007305b06859ad16c610a71cc2ad405166 /debian/patches/01-usage_strings.diff
parentf57f33ee92a252bba6234b0836c7aa725f269446 (diff)
parentbdeed74edb55fd3efa1b4b07e66e6f97cd11ec6e (diff)
Merge branch 'release/debian/1.0-2'debian/1.0-2
Diffstat (limited to 'debian/patches/01-usage_strings.diff')
-rw-r--r--debian/patches/01-usage_strings.diff35
1 files changed, 0 insertions, 35 deletions
diff --git a/debian/patches/01-usage_strings.diff b/debian/patches/01-usage_strings.diff
deleted file mode 100644
index e9c4cda..0000000
--- a/debian/patches/01-usage_strings.diff
+++ /dev/null
@@ -1,35 +0,0 @@
-Description: Forgotten update of usage strings.
- The executables downtimed(8) and downtimes(1)
- have gained the ability to change format string
- in a command line option. The executables' usage
- texts did not reflect this ability.
-Author: Mats Erik Andersson <debian@gisladisker.se>
-Forwarded: yes
-Last-Update: 2013-11-29
-
---- downtimed-0.6/downtimed.c.orig 2013-07-27 16:46:06.000000000 +0200
-+++ downtimed-0.6/downtimed.c 2013-11-29 09:08:13.000000000 +0100
-@@ -695,8 +695,8 @@ static void
- usage()
- {
-
-- fputs("usage: " PROGNAME " [-DvS] [-d datadir] [-l log] [-p pidfile] "
-- "[-s sleep]\n", stderr);
-+ fputs("usage: " PROGNAME " [-DvS] [-d datadir] [-f timefmt] "
-+ "[-l log] [-p pidfile] [-s sleep]\n", stderr);
- exit(EX_USAGE);
- }
-
---- downtimed-0.6/downtimes.c.orig 2013-07-27 16:46:21.000000000 +0200
-+++ downtimed-0.6/downtimes.c 2013-11-29 09:08:08.000000000 +0100
-@@ -194,8 +194,8 @@ static void
- usage()
- {
-
-- fputs("usage: " PROGNAME " [-v] [-d downtimedbfile] [-n num] "
-- "[-s sleep] [-u]\n", stderr);
-+ fputs("usage: " PROGNAME " [-v] [-d downtimedbfile] [-f timefmt] "
-+ "[-n num] [-s sleep] [-u]\n", stderr);
- exit(EX_USAGE);
- }
-