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:
Joe Marcus Clarke 2006-11-07 02:14:53 +00:00
parent 14bfd1bb13
commit da5fcd383c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176669
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= dbus
PORTVERSION?= 0.95
PORTREVISION?= 1
PORTREVISION?= 2
CATEGORIES= devel gnome
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/

View File

@ -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