Make sure dbus-uuidgen --ensure is run during post-install to create
the machine-id file. At least one user reported errors related to this file not existing. Strange that it did not affect everyone.
This commit is contained in:
parent
14bfd1bb13
commit
da5fcd383c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176669
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= dbus
|
||||
PORTVERSION?= 0.95
|
||||
PORTREVISION?= 1
|
||||
PORTREVISION?= 2
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/
|
||||
|
||||
|
@ -34,6 +34,7 @@ POST-INSTALL)
|
||||
|
||||
/usr/bin/install -d -o ${USER} -g ${GROUP} /var/run/dbus
|
||||
/usr/bin/install -d -o ${USER} -g ${GROUP} /var/db/dbus
|
||||
${PKG_PREFIX}/bin/dbus-uuidgen --ensure
|
||||
exit 0
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user