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

Dave Reisner dreisner at archlinux.org
Tue Jun 19 10:03:10 UTC 2012


    Date: Tuesday, June 19, 2012 @ 06:03:10
  Author: dreisner
Revision: 162057

prefer /etc for the machine-id file

Modified:
  dbus-core/trunk/dbus.install

--------------+
 dbus.install |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: dbus.install
===================================================================
--- dbus.install	2012-06-19 09:56:01 UTC (rev 162056)
+++ dbus.install	2012-06-19 10:03:10 UTC (rev 162057)
@@ -2,7 +2,7 @@
   getent group dbus >/dev/null || groupadd -g 81 dbus
   getent passwd dbus >/dev/null || useradd -c 'System message bus' -u 81 -g dbus -d '/' -s /bin/false dbus
   passwd -l dbus &>/dev/null
-  dbus-uuidgen --ensure
+  dbus-uuidgen --ensure=/etc/machine-id
 }
 
 post_upgrade() {




More information about the arch-commits mailing list