summaryrefslogtreecommitdiff
path: root/security/shishi/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'security/shishi/files/patch-Makefile.in')
-rw-r--r--security/shishi/files/patch-Makefile.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/security/shishi/files/patch-Makefile.in b/security/shishi/files/patch-Makefile.in
new file mode 100644
index 000000000000..96365de27fd9
--- /dev/null
+++ b/security/shishi/files/patch-Makefile.in
@@ -0,0 +1,24 @@
+--- Makefile.in-orig 2014-07-27 15:08:30.000000000 +0200
++++ Makefile.in 2014-07-27 15:09:35.000000000 +0200
+@@ -1808,19 +1808,10 @@
+
+
+ install-data-hook:
+- @echo Initializing database and creating host key...
++ @echo Initializing database...
+ if test ! -d $(DESTDIR)$(DBDIR); then \
+ if mkdir -m 0700 -p $(DESTDIR)$(DBDIR); then \
+- if test ! -f $(DESTDIR)$(KEYDIR)/shishi.keys; then \
+- if $(DESTDIR)$(bindir)/shisa$(EXEEXT) -a > \
+- $(DESTDIR)$(KEYDIR)/shishi.keys; then \
+- echo Successfully created database and host key.; \
+- else \
+- echo Unable to create database, see $(DESTDIR)$(KEYDIR)/shishi.keys.; \
+- fi; \
+- else \
+- echo Key file $(DESTDIR)$(KEYDIR)/shishi.keys already exist.; \
+- fi; \
++ echo Created directory root$(DESTDIR)$(DBDIR).; \
+ else \
+ echo Could not create directory root$(DESTDIR)$(DBDIR).; \
+ fi; \