svn commit: r367836 - in head/emulators/pipelight: . files

Kris Moore kmoore at FreeBSD.org
Wed Sep 10 13:34:04 UTC 2014


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"


More information about the svn-ports-head mailing list