forked from pool/sanlock
- Don't add user 'sanlock' for now OBS-URL: https://build.opensuse.org/package/show/Virtualization/sanlock?expand=0&rev=7
15 lines
484 B
Diff
15 lines
484 B
Diff
Index: sanlock-1.9/src/main.c
|
|
===================================================================
|
|
--- sanlock-1.9.orig/src/main.c
|
|
+++ sanlock-1.9/src/main.c
|
|
@@ -1430,8 +1430,7 @@ static int read_command_line(int argc, c
|
|
|
|
if (!strcmp(arg1, "version") || !strcmp(arg1, "--version") ||
|
|
!strcmp(arg1, "-V")) {
|
|
- printf("%s %s (built %s %s)\n",
|
|
- argv[0], RELEASE_VERSION, __DATE__, __TIME__);
|
|
+ printf("%s %s\n", argv[0], RELEASE_VERSION);
|
|
exit(EXIT_SUCCESS);
|
|
}
|
|
|