summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/omnisync/files/omnisync-1.0-help.patch')
-rw-r--r--net-misc/omnisync/files/omnisync-1.0-help.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/net-misc/omnisync/files/omnisync-1.0-help.patch b/net-misc/omnisync/files/omnisync-1.0-help.patch
deleted file mode 100644
index 47ff5201c030..000000000000
--- a/net-misc/omnisync/files/omnisync-1.0-help.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-main: fix help missing newline
-
-Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-
-diff -Nuar --exclude '*~' omnisync-1.0.orig/main.c omnisync-1.0/main.c
---- omnisync-1.0.orig/main.c 2009-01-02 01:03:20.000000000 -0800
-+++ omnisync-1.0/main.c 2018-06-01 14:31:25.720686155 -0700
-@@ -139,7 +139,7 @@
- printf("-c x community (snmp only)\n");
- printf("-h x host to connect to\n");
- printf("-u x ntpd shared memory unit\n");
-- printf("-z x do an initial step, to speed up syncing, parameter is number of samples");
-+ printf("-z x do an initial step, to speed up syncing, parameter is number of samples\n");
- printf("-S x write measurements to file x\n");
- printf("-n do NOT submit to NTPd/set clock, query only (use in combination with -v and -f)\n");
- printf("-f do not fork\n");