Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 2014 13:34:03 +0000 (UTC)
From:      Kris Moore <kmoore@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367836 - in head/emulators/pipelight: . files
Message-ID:  <201409101334.s8ADY3HG064308@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kmoore
Date: Wed Sep 10 13:34:03 2014
New Revision: 367836
URL: http://svnweb.freebsd.org/changeset/ports/367836
QAT: https://qat.redports.org/buildarchive/r367836/

Log:
  Update the pipelight-mkufs script to mount zvols late

Modified:
  head/emulators/pipelight/Makefile
  head/emulators/pipelight/files/pipelight-mkufs.in

Modified: head/emulators/pipelight/Makefile
==============================================================================
--- head/emulators/pipelight/Makefile	Wed Sep 10 13:28:51 2014	(r367835)
+++ head/emulators/pipelight/Makefile	Wed Sep 10 13:34:03 2014	(r367836)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pipelight
 DISTVERSION=	0.2.7.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	emulators
 MASTER_SITES=	https://bitbucket.org/mmueller2012/pipelight/get/ \
 		http://repos.fds-team.de/pluginloader/v${DISTVERSION}/:plg

Modified: head/emulators/pipelight/files/pipelight-mkufs.in
==============================================================================
--- head/emulators/pipelight/files/pipelight-mkufs.in	Wed Sep 10 13:28:51 2014	(r367835)
+++ head/emulators/pipelight/files/pipelight-mkufs.in	Wed Sep 10 13:34:03 2014	(r367836)
@@ -89,6 +89,6 @@ fi
 chown $username:$username ${userhome}/.wine-pipelight
 
 # Save to fstab
-echo "/dev/zvol/$zpool/$username-pipelight  ${userhome}/.wine-pipelight	ufs            rw              0       0" >> /etc/fstab
+echo "/dev/zvol/$zpool/$username-pipelight  ${userhome}/.wine-pipelight	ufs            rw,late              0       0" >> /etc/fstab
 
 echo "ZVOL created and mounted to: ${userhome}/.wine-pipelight"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409101334.s8ADY3HG064308>