SHA256
1
0
forked from pool/sanlock
sanlock/suse-no-date-time.patch
James Fehlig 09f5ad0288 - Update to sanlock 3.0.1
- Add lvb feature
  - Various bug fixes and improvements
  - Drop upstream patch 0001-fix-systemd-service-files.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/sanlock?expand=0&rev=19
2013-08-01 22:48:51 +00:00

16 lines
484 B
Diff

Index: sanlock-3.0.1/src/main.c
===================================================================
--- sanlock-3.0.1.orig/src/main.c
+++ sanlock-3.0.1/src/main.c
@@ -1863,8 +1863,8 @@ 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], VERSION, __DATE__, __TIME__);
+ printf("%s %s\n",
+ argv[0], VERSION);
exit(EXIT_SUCCESS);
}