forked from pool/sanlock
update OBS-URL: https://build.opensuse.org/request/show/292230 OBS-URL: https://build.opensuse.org/package/show/Virtualization/sanlock?expand=0&rev=23
16 lines
413 B
Diff
16 lines
413 B
Diff
Index: sanlock-3.1.0/src/main.c
|
|
===================================================================
|
|
--- sanlock-3.1.0.orig/src/main.c
|
|
+++ sanlock-3.1.0/src/main.c
|
|
@@ -1913,8 +1913,8 @@
|
|
}
|
|
|
|
if (!strcmp(arg1, "--version") || !strcmp(arg1, "-V")) {
|
|
- printf("%s %s (built %s %s)\n",
|
|
- argv[0], VERSION, __DATE__, __TIME__);
|
|
+ printf("%s %s\n",
|
|
+ argv[0], VERSION);
|
|
exit(EXIT_SUCCESS);
|
|
}
|
|
|