[packages/chef] use /var/lib/chef as backup path to match other platforms

glen glen at pld-linux.org
Thu Sep 19 10:54:42 CEST 2013


commit 465b5841a3ac33ce3d6eb7be4631dac3dcd1634a
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Sep 19 11:53:03 2013 +0300

    use /var/lib/chef as backup path to match other platforms
    
    https://github.com/opscode-cookbooks/chef-client/blob/2.2.4/attributes/default.rb#L59

 FHS.patch | 2 +-
 chef.spec | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/chef.spec b/chef.spec
index 9979b68..bb18590 100644
--- a/chef.spec
+++ b/chef.spec
@@ -5,7 +5,7 @@
 Summary:	A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure
 Name:		chef
 Version:	11.6.0
-Release:	1
+Release:	2
 License:	Apache v2.0
 Group:		Development/Languages
 Source0:	http://rubygems.org/downloads/%{name}-%{version}.gem
diff --git a/FHS.patch b/FHS.patch
index d99cc18..14c2e94 100644
--- a/FHS.patch
+++ b/FHS.patch
@@ -38,7 +38,7 @@
  
      # Where backups of chef-managed files should go
 -    file_backup_path platform_specific_path("/var/chef/backup")
-+    file_backup_path platform_specific_path("/var/lib/chef/backup")
++    file_backup_path platform_specific_path("/var/lib/chef")
  
      ## Daemonization Settings ##
      # What user should Chef run as?
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chef.git/commitdiff/465b5841a3ac33ce3d6eb7be4631dac3dcd1634a



More information about the pld-cvs-commit mailing list