Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > eb284da017ca08c3a9a32c8fd2ca634c > files > 1

chkconfig-1.11-2.mga7.src.rpm

From 13c417dcddc749c2ff8ac53d0cc62caefa7594e4 Mon Sep 17 00:00:00 2001
From: Colin Guthrie <colin@mageia.org>
Date: Tue, 23 Jun 2015 19:10:47 +0100
Subject: [PATCH 500/501] Revert "leveldb: remove debug output"

This reverts commit a81549e51b9e45d24e05f14140ec4da8e517def9.
---
 leveldb.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/leveldb.c b/leveldb.c
index f4e0f8f..1af3a6f 100644
--- a/leveldb.c
+++ b/leveldb.c
@@ -865,6 +865,7 @@ int systemdIsInit() {
     if (!path)
         return 0;
     base = basename(path);
+    puts(base);
     if (!base)
         return 0;
     if (strcmp(base, "systemd"))
-- 
2.3.2