Revert "dbus.bbappend: create Tizen's "dbus" user"
authorPatrick Ohly <patrick.ohly@intel.com>
Tue, 3 Feb 2015 20:29:40 +0000 (12:29 -0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Wed, 4 Feb 2015 12:11:10 +0000 (04:11 -0800)
This reverts commit f496b066f2d871d36d888cdfe12ee2f4b2a55958.

The "dbus" user really isn't needed. Instead dbus-daemon
runs as the "messagebus" user. Beware that "messagebus" is
too long to be shown by "ps -ef" from procps-3.2.8 ...

meta-tizen-adaptation/meta/recipes-core/dbus/dbus_1.6.18.bbappend

index 321fdd2..48d59b5 100644 (file)
@@ -40,6 +40,3 @@ FILES_${PN} += "/etc/profile.d/dbus.sh"
 
 EXTRA_OECONF += " --enable-smack "
 
-GROUPADD_PARAM_${PN} += "; -g 81 dbus"
-USERADD_PARAM_${PN} += "; -u 81 -d / -m -g dbus --system -s /sbin/nologin dbus"
-inherit useradd