aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2015-06-16 17:36:09 +0800
committertijl <tijl@FreeBSD.org>2015-06-16 17:36:09 +0800
commitcb10ec63a676fcdbaf844629f3e0d78fb6feac39 (patch)
treef5c2350c3dbcf83ffae1f258d87e12a8f2e60449 /sysutils
parenta56ff3041aea607ad5991ae22f3c7ff2ff70e81b (diff)
downloadfreebsd-ports-gnome-cb10ec63a676fcdbaf844629f3e0d78fb6feac39.tar.gz
freebsd-ports-gnome-cb10ec63a676fcdbaf844629f3e0d78fb6feac39.tar.zst
freebsd-ports-gnome-cb10ec63a676fcdbaf844629f3e0d78fb6feac39.zip
Add tws devices to daily periodic script
PR: 199796 Submitted by: terehovv@mail.ru Approved by: samm@os2.kiev.ua (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/smartmontools/files/smart.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/smartmontools/files/smart.in b/sysutils/smartmontools/files/smart.in
index 983b64a0b4e2..7cc73ac17893 100644
--- a/sysutils/smartmontools/files/smart.in
+++ b/sysutils/smartmontools/files/smart.in
@@ -42,7 +42,7 @@ case "${daily_status_smart_enable}" in
device="${device#/dev/}"
devflags=""
case ${device} in
- tw[ae]*) devflags="-d3ware,${device##tw[ae][0-9]*,}"
+ tw[aes]*) devflags="-d3ware,${device##tw[aes][0-9]*,}"
device="/dev/${device%,[0-9]*}"
;;
ciss*) devflags="-dcciss,${device##ciss[0-9]*,}"