diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-09 22:41:15 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-09 22:41:15 +0100 |
commit | 0fbf9fe71bc4abc67836a29bd3faa48558f014ba (patch) | |
tree | 77a68159a8161b04e5eab336c9b92c0dd476e25f /base/dbus/post-install | |
parent | cb4b27b5017e1f1e2197dd024626c0293b380d8a (diff) | |
download | nutyx-pakxe-0fbf9fe71bc4abc67836a29bd3faa48558f014ba.tar.gz nutyx-pakxe-0fbf9fe71bc4abc67836a29bd3faa48558f014ba.tar.bz2 nutyx-pakxe-0fbf9fe71bc4abc67836a29bd3faa48558f014ba.tar.xz nutyx-pakxe-0fbf9fe71bc4abc67836a29bd3faa48558f014ba.zip |
dbus pas de dépendances
Diffstat (limited to 'base/dbus/post-install')
-rw-r--r-- | base/dbus/post-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/base/dbus/post-install b/base/dbus/post-install new file mode 100644 index 000000000..9f9715396 --- /dev/null +++ b/base/dbus/post-install @@ -0,0 +1,5 @@ +# getent group dbus >/dev/null || usr/sbin/groupadd -g 81 dbus +# getent passwd dbus >/dev/null || usr/sbin/useradd -c 'System message bus' -u 81 -g dbus -d '/' -s /bin/false dbus +usr/bin/passwd -l dbus &>/dev/null +dbus-uuidgen --ensure + |