diff options
author | Timo Teräs <timo.teras@iki.fi> | 2019-06-09 14:56:51 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2019-06-09 15:28:35 +0300 |
commit | ed65a96365fee561e0638656cc274926e1acde8d (patch) | |
tree | 3040629ef8dd9e44715c18353e2d50d8e96e3045 /main/dbus/dbus.post-install | |
parent | a3df4f4cbf4960e3e0cf1b960bcc62a883bc3357 (diff) | |
download | aports-ed65a96365fee561e0638656cc274926e1acde8d.tar.bz2 aports-ed65a96365fee561e0638656cc274926e1acde8d.tar.xz |
main/dbus: consistent machine-id generation, simplify init.d
generate /etc/machine-id in both init.d and post-install scripts
for consistency. modernize init.d.
Diffstat (limited to 'main/dbus/dbus.post-install')
-rw-r--r-- | main/dbus/dbus.post-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/dbus/dbus.post-install b/main/dbus/dbus.post-install index 305297a482..1120ec2048 100644 --- a/main/dbus/dbus.post-install +++ b/main/dbus/dbus.post-install @@ -1,3 +1,3 @@ #!/bin/sh -exec dbus-uuidgen --ensure +exec dbus-uuidgen --ensure=/etc/machine-id |