svn commit: r333684 - head/etc/rc.d

Edward Tomasz Napierala trasz at FreeBSD.org
Wed May 16 20:39:16 UTC 2018


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"


More information about the svn-src-head mailing list