Date: Wed, 16 May 2018 20:39:15 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r333684 - head/etc/rc.d Message-ID: <201805162039.w4GKdFds013682@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: trasz Date: Wed May 16 20:39:15 2018 New Revision: 333684 URL: https://svnweb.freebsd.org/changeset/base/333684 Log: Change the cfumass rc script to stop pretending the USB LUN is a virtual CD; for some reason OSX can't deal with it. MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Modified: head/etc/rc.d/cfumass Modified: head/etc/rc.d/cfumass ============================================================================== --- head/etc/rc.d/cfumass Wed May 16 18:12:49 2018 (r333683) +++ head/etc/rc.d/cfumass Wed May 16 20:39:15 2018 (r333684) @@ -67,7 +67,7 @@ cfumass_start() ctladm create -b block -o file="${cfumass_image}" -o readonly=on \ -o vendor="${cfumass_vendor}" -o product="${cfumass_product}" \ - -t 5 -S 0 > /dev/null + -S 0 > /dev/null err=$? if [ "${err}" -ne 0 ]; then warn "unable to create CTL LUN"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805162039.w4GKdFds013682>
