Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Staging:N
sanlock
suse-no-date-time.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File suse-no-date-time.patch of Package sanlock
Index: sanlock-3.6.0/src/main.c =================================================================== --- sanlock-3.6.0.orig/src/main.c +++ sanlock-3.6.0/src/main.c @@ -1904,8 +1904,8 @@ static int read_command_line(int argc, c } 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); } Index: sanlock-3.6.0/fence_sanlock/fence_sanlockd.c =================================================================== --- sanlock-3.6.0.orig/fence_sanlock/fence_sanlockd.c +++ sanlock-3.6.0/fence_sanlock/fence_sanlockd.c @@ -565,8 +565,7 @@ int main(int argc, char *argv[]) print_usage(); exit(0); case 'V': - printf("fence_sanlockd %s (built %s %s)\n", - VERSION, __DATE__, __TIME__); + printf("fence_sanlockd %s\n", VERSION); exit(0); case EOF: cont = 0;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor