summaryrefslogtreecommitdiff
path: root/package/dbus
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-04 10:36:41 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-04 10:36:41 +0200
commit2d7666cde27141b6fd3d4f9d156253324fd56633 (patch)
treebbbb6d7b237b7b8dd3416c13f045cb766fadc5bb /package/dbus
parentb02bbc72e9d77922bcbae48fd682aaac66122c44 (diff)
simplify add_rcconf
Diffstat (limited to 'package/dbus')
-rw-r--r--package/dbus/files/dbus.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dbus/files/dbus.postinst b/package/dbus/files/dbus.postinst
index 97c5dd37a..e92450597 100644
--- a/package/dbus/files/dbus.postinst
+++ b/package/dbus/files/dbus.postinst
@@ -3,7 +3,7 @@
gid=$(get_next_gid)
add_group messagebus $gid
add_user messagebus $(get_next_uid) $gid /var/run/dbus
-add_rcconf dbus dbus NO
+add_rcconf dbus NO
echo Generating UUID
if [ -z $IPKG_INSTROOT ];then
mkdir /lib/dbus /var/lib