Page MenuHomeFreeBSD

D28820.diff
No OneTemporary

D28820.diff

Index: head/sysutils/smartmontools/Makefile
===================================================================
--- head/sysutils/smartmontools/Makefile
+++ head/sysutils/smartmontools/Makefile
@@ -3,6 +3,7 @@
PORTNAME= smartmontools
PORTVERSION= 7.2
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF
@@ -21,8 +22,7 @@
--enable-sample \
--with-gnupg=no \
--with-initscriptdir=${PREFIX}/etc/rc.d \
- --with-nvme-devicescan=yes \
- --with-update-smart-drivedb=no
+ --with-nvme-devicescan=yes
SUB_FILES= pkg-message smart
@@ -37,5 +37,7 @@
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily
${INSTALL_SCRIPT} ${WRKDIR}/smart \
${STAGEDIR}${PREFIX}/etc/periodic/daily
+ ${MV} ${STAGEDIR}${DATADIR}/drivedb.h \
+ ${STAGEDIR}${DATADIR}/drivedb.h.sample
.include <bsd.port.mk>
Index: head/sysutils/smartmontools/pkg-plist
===================================================================
--- head/sysutils/smartmontools/pkg-plist
+++ head/sysutils/smartmontools/pkg-plist
@@ -4,7 +4,9 @@
man/man5/smartd.conf.5.gz
man/man8/smartd.8.gz
man/man8/smartctl.8.gz
+man/man8/update-smart-drivedb.8.gz
sbin/smartctl
sbin/smartd
-%%DATADIR%%/drivedb.h
+sbin/update-smart-drivedb
+@sample %%DATADIR%%/drivedb.h.sample
@dir etc/smartd_warning.d

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 16, 3:33 AM (8 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31575209
Default Alt Text
D28820.diff (1 KB)

Event Timeline