SHA256
1
0
forked from pool/sanlock
sanlock/suse-no-date-time.patch
James Fehlig 60c3e5e0b3 - Update to sanlock 2.1
- python: release leases for other processes
  - python: add shared resource parameter to acquire
  - add a logrotate file
  - status for all shared tokens
  - retry transient sh failures
  - fix inquire state string

OBS-URL: https://build.opensuse.org/package/show/Virtualization/sanlock?expand=0&rev=13
2012-03-13 18:08:11 +00:00

15 lines
484 B
Diff

Index: sanlock-2.1/src/main.c
===================================================================
--- sanlock-2.1.orig/src/main.c
+++ sanlock-2.1/src/main.c
@@ -1439,8 +1439,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);
}