[arch-commits] Commit in dbus-core/trunk (dbus.install)

Jan de Groot jgc at archlinux.org
Tue Jun 12 09:03:45 UTC 2012


    Date: Tuesday, June 12, 2012 @ 05:03:45
  Author: jgc
Revision: 161607

Move the pid file the other way around.

Modified:
  dbus-core/trunk/dbus.install

--------------+
 dbus.install |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: dbus.install
===================================================================
--- dbus.install	2012-06-12 07:21:42 UTC (rev 161606)
+++ dbus.install	2012-06-12 09:03:45 UTC (rev 161607)
@@ -9,8 +9,8 @@
   post_install
 
   #Make sure new rc script can shutdown running dbus
-  if [ -f var/run/dbus/pid ]; then
-    mv var/run/dbus/pid var/run/dbus.pid
+  if [ -f run/dbus.pid ]; then
+    mv run/dbus.pid run/dbus/pid
   fi
 }
 




More information about the arch-commits mailing list