into workhouse.nexus.co.uk:/home/pb/oe/oe-packages
2004/08/22 20:17:38+01:00 nexus.co.uk!pb
don't allow postinst to run offline
BKrev: 4128f1668IsnbnEaizAvqL2VVfc2sw
-PR = "r2"
+PR = "r3"
HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
DESCRIPTION = "message bus system for applications to talk to one another"
DEPENDS = "expat glib-2.0"
pkg_postinst_dbus() {
#!/bin/sh
+
+# can't do adduser stuff offline
+if [ "x$D" != "x" ]; then
+ exit 1
+fi
+
MESSAGEUSER=messagebus
MESSAGEHOME=/var/run/dbus