slackbuilds_ponce/network/NetworkManager/patches/keyfile-create-keyfile-data-directory-during-install.patch
Robby Workman 4851069dfd network/NetworkManager: Included several patches from upstream
This commit adds quite a few patches from the upstream
NM_0_8 git branch.  Most of them are bugfix-only patches,
but the two dealing with /etc/hosts policy are changes in
behavior.  This *should* be an improvement for us, but if
you notice any ill effects, please advise.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-01-10 12:44:27 -06:00

26 lines
845 B
Diff

From 7deea59ad1d018888f18cee5ae3f70ee79ea6463 Mon Sep 17 00:00:00 2001
From: Dan Williams <dcbw@redhat.com>
Date: Mon, 8 Nov 2010 09:07:08 -0600
Subject: [PATCH 1/3] keyfile: create keyfile data directory during install
So distributions don't have to do it.
---
system-settings/plugins/keyfile/Makefile.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/system-settings/plugins/keyfile/Makefile.am b/system-settings/plugins/keyfile/Makefile.am
index 1c1fd4a..c519adc 100644
--- a/system-settings/plugins/keyfile/Makefile.am
+++ b/system-settings/plugins/keyfile/Makefile.am
@@ -49,6 +49,8 @@ libnm_settings_plugin_keyfile_la_LIBADD = \
$(DBUS_LIBS) \
$(GIO_LIBS)
+keyfiledir=$(sysconfdir)/NetworkManager/system-connections
+
install-data-hook:
$(mkinstalldirs) -m 0755 $(DESTDIR)$(keyfiledir)
--
1.7.3.4