[DRE-commits] r5394 - trunk/chef/debian

Joshua Timberman jtimberman-guest at alioth.debian.org
Mon May 24 01:08:33 UTC 2010


Author: jtimberman-guest
Date: 2010-05-24 01:08:31 +0000 (Mon, 24 May 2010)
New Revision: 5394

Modified:
   trunk/chef/debian/changelog
   trunk/chef/debian/chef-client.init
Log:
0.8.16-4, create pid file in /var/run

Modified: trunk/chef/debian/changelog
===================================================================
--- trunk/chef/debian/changelog	2010-05-24 00:38:12 UTC (rev 5393)
+++ trunk/chef/debian/changelog	2010-05-24 01:08:31 UTC (rev 5394)
@@ -1,3 +1,9 @@
+chef (0.8.16-4) unstable; urgency=low
+
+  * chef-client runs as root, create the pid file in /var/run. 
+
+ -- Joshua Timberman <joshua at opscode.com>  Sun, 23 May 2010 19:05:21 -0600
+
 chef (0.8.16-3) unstable; urgency=low
 
   * Create /var/run/chef in chef-solr.

Modified: trunk/chef/debian/chef-client.init
===================================================================
--- trunk/chef/debian/chef-client.init	2010-05-24 00:38:12 UTC (rev 5393)
+++ trunk/chef/debian/chef-client.init	2010-05-24 01:08:31 UTC (rev 5394)
@@ -18,7 +18,7 @@
 DAEMON=/usr/bin/chef-client
 NAME=chef-client
 DESC=chef-client
-PIDFILE=/var/run/chef/client.pid
+PIDFILE=/var/run/chef-client.pid
 
 test -x $DAEMON || exit 0
 




More information about the Pkg-ruby-extras-commits mailing list