17 lines
565 B
Diff
17 lines
565 B
Diff
|
cmirrord: Do not compile in Data and Time to avoid build retriggering in obs
|
||
|
|
||
|
Signed-off-by: Thomas Renninger <trenn@suse.de>
|
||
|
|
||
|
Index: LVM2.2.02.98/daemons/cmirrord/clogd.c
|
||
|
===================================================================
|
||
|
--- LVM2.2.02.98.orig/daemons/cmirrord/clogd.c
|
||
|
+++ LVM2.2.02.98/daemons/cmirrord/clogd.c
|
||
|
@@ -42,7 +42,6 @@ int main(int argc __attribute__((unused)
|
||
|
kill(getppid(), SIGTERM);
|
||
|
|
||
|
LOG_PRINT("Starting cmirrord:");
|
||
|
- LOG_PRINT(" Built: "__DATE__" "__TIME__"\n");
|
||
|
LOG_DBG(" Compiled with debugging.");
|
||
|
|
||
|
while (!exit_now) {
|