Bug 238963 - devel/dbus: rc.d file cleanup
Summary: devel/dbus: rc.d file cleanup
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mateusz Piotrowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-03 18:35 UTC by chadf
Modified: 2020-10-03 16:46 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (gnome)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description chadf 2019-07-03 18:35:26 UTC
The dbus rc.d init file (files/dbus.in) contains:

# 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


Can those lines be safely removed now?
Comment 1 Mateusz Piotrowski freebsd_committer freebsd_triage 2020-10-03 16:45:03 UTC
Yes, thanks for the report.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-10-03 16:46:29 UTC
A commit references this bug:

Author: 0mp
Date: Sat Oct  3 16:45:45 UTC 2020
New revision: 551330
URL: https://svnweb.freebsd.org/changeset/ports/551330

Log:
  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

Changes:
  head/devel/dbus/Makefile
  head/devel/dbus/files/dbus.in