From 6823b4f65acebbf8f36658dd10b03f5c19ccae68 Mon Sep 17 00:00:00 2001 From: sthen Date: Fri, 18 Oct 2024 11:44:38 +0000 Subject: [PATCH] smartmontools: fix permissions on ${SYSCONFDIR}/smartd_warning.sh (missing x bits), from Martin Ziemer (maintainer) --- sysutils/smartmontools/Makefile | 2 +- sysutils/smartmontools/pkg/PLIST | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/smartmontools/Makefile b/sysutils/smartmontools/Makefile index 41a0d19091f..490e8883b26 100644 --- a/sysutils/smartmontools/Makefile +++ b/sysutils/smartmontools/Makefile @@ -2,7 +2,7 @@ COMMENT= control and monitor storage systems using SMART # XXX at update time check whether C++11 is actually needed DISTNAME= smartmontools-7.4 -REVISION= 0 +REVISION= 1 CATEGORIES= sysutils HOMEPAGE= https://www.smartmontools.org/ diff --git a/sysutils/smartmontools/pkg/PLIST b/sysutils/smartmontools/pkg/PLIST index 4daef57cfcc..62dab3dd9d4 100644 --- a/sysutils/smartmontools/pkg/PLIST +++ b/sysutils/smartmontools/pkg/PLIST @@ -26,4 +26,5 @@ share/examples/smartmontools/Example7 share/examples/smartmontools/Example8 share/examples/smartmontools/README share/examples/smartmontools/smartd_warning.sh +@mode 0755 @sample ${SYSCONFDIR}/smartd_warning.sh