From owner-svn-ports-head@FreeBSD.ORG Tue Jun 16 09:36:09 2015 Return-Path: Delivered-To: svn-ports-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E48B452D; Tue, 16 Jun 2015 09:36:09 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D288C9F4; Tue, 16 Jun 2015 09:36:09 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G9a9gM056322; Tue, 16 Jun 2015 09:36:09 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G9a9c6056321; Tue, 16 Jun 2015 09:36:09 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201506160936.t5G9a9c6056321@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 16 Jun 2015 09:36:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389829 - head/sysutils/smartmontools/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2015 09:36:10 -0000 Author: tijl Date: Tue Jun 16 09:36:09 2015 New Revision: 389829 URL: https://svnweb.freebsd.org/changeset/ports/389829 Log: Add tws devices to daily periodic script PR: 199796 Submitted by: terehovv@mail.ru Approved by: samm@os2.kiev.ua (maintainer) Modified: head/sysutils/smartmontools/files/smart.in Modified: head/sysutils/smartmontools/files/smart.in ============================================================================== --- head/sysutils/smartmontools/files/smart.in Tue Jun 16 09:30:03 2015 (r389828) +++ head/sysutils/smartmontools/files/smart.in Tue Jun 16 09:36:09 2015 (r389829) @@ -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]*,}"