diff options
author | Sam James <sam@gentoo.org> | 2024-09-12 01:40:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-12 01:40:12 +0100 |
commit | 32f33bd323a0fa640a017d945179f32bca672814 (patch) | |
tree | c228fcfe6c604d0b992d4a5235fe42a512df3fe9 /dev-debug/dtrace | |
parent | dev-debug/dtrace: drop obsolete binutils-libs comment (diff) | |
download | gentoo-32f33bd323a0fa640a017d945179f32bca672814.tar.gz gentoo-32f33bd323a0fa640a017d945179f32bca672814.tar.bz2 gentoo-32f33bd323a0fa640a017d945179f32bca672814.zip |
dev-debug/dtrace: consolidate comparison comments
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug/dtrace')
-rw-r--r-- | dev-debug/dtrace/dtrace-2.0.1.1-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-debug/dtrace/dtrace-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-debug/dtrace/dtrace-2.0.1.1-r2.ebuild b/dev-debug/dtrace/dtrace-2.0.1.1-r2.ebuild index 3db32276421a..7925d047db23 100644 --- a/dev-debug/dtrace/dtrace-2.0.1.1-r2.ebuild +++ b/dev-debug/dtrace/dtrace-2.0.1.1-r2.ebuild @@ -174,10 +174,10 @@ pkg_postinst() { # We need a udev reload to pick up the CUSE device node rules. udev_reload - # TODO: One option for this is to detect when it's needed (DOF stash layout changes) - # and then e.g. sleep and restart for the user. if [[ -n ${REPLACING_VERSIONS} ]]; then # TODO: Make this more intelligent wrt comparison + # One option for this is to detect when it's needed (DOF stash layout changes) + # and then e.g. sleep and restart for the user. if systemd_is_booted ; then einfo "Restart the DTrace 'dtprobed' service after upgrades" einfo "once all dtraces are stopped with:" diff --git a/dev-debug/dtrace/dtrace-9999.ebuild b/dev-debug/dtrace/dtrace-9999.ebuild index 3435783376e2..ef9e581a040a 100644 --- a/dev-debug/dtrace/dtrace-9999.ebuild +++ b/dev-debug/dtrace/dtrace-9999.ebuild @@ -174,10 +174,10 @@ pkg_postinst() { # We need a udev reload to pick up the CUSE device node rules. udev_reload - # TODO: One option for this is to detect when it's needed (DOF stash layout changes) - # and then e.g. sleep and restart for the user. if [[ -n ${REPLACING_VERSIONS} ]]; then # TODO: Make this more intelligent wrt comparison + # One option for this is to detect when it's needed (DOF stash layout changes) + # and then e.g. sleep and restart for the user. if systemd_is_booted ; then einfo "Restart the DTrace 'dtprobed' service after upgrades" einfo "once all dtraces are stopped with:" |