mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add tws devices to daily periodic script
PR: 199796 Submitted by: terehovv@mail.ru Approved by: samm@os2.kiev.ua (maintainer)
This commit is contained in:
parent
78a1b2ad7d
commit
53cf56dfd4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389829
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ case "${daily_status_smart_enable}" in
|
||||||
device="${device#/dev/}"
|
device="${device#/dev/}"
|
||||||
devflags=""
|
devflags=""
|
||||||
case ${device} in
|
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]*}"
|
device="/dev/${device%,[0-9]*}"
|
||||||
;;
|
;;
|
||||||
ciss*) devflags="-dcciss,${device##ciss[0-9]*,}"
|
ciss*) devflags="-dcciss,${device##ciss[0-9]*,}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue