mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
devel/dbus: Remove remaining machine-id copy code
It was most likely meant to be removed in r493840, together with other related bits. PR: 238963 Reported by: chadf@triularity.org Approved by: portmgr blanket
This commit is contained in:
parent
bfe5184fa6
commit
110c46dc76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551330
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= dbus
|
||||
DISTVERSION= 1.12.20
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/
|
||||
|
||||
|
@ -32,9 +32,6 @@ dbus_prestart()
|
||||
dbus_poststop()
|
||||
{
|
||||
rm -f $pidfile
|
||||
# The following two lines may be removed after 2018-01-01
|
||||
rm -f /var/db/dbus/machine-id
|
||||
[ ! -d /var/db/dbus ] || rmdir /var/db/dbus
|
||||
}
|
||||
|
||||
load_rc_config ${name}
|
||||
|
Loading…
Reference in New Issue
Block a user