diff options
author | kmoore <kmoore@FreeBSD.org> | 2014-09-10 21:34:03 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2014-09-10 21:34:03 +0800 |
commit | 2f3cb5a439ad50733fabf3188c3d0bb47abc99be (patch) | |
tree | da2c2280d332219d96c695a919323749f1bff63f | |
parent | 51996488b54ac7651504a4e157824690476c115c (diff) | |
download | freebsd-ports-gnome-2f3cb5a439ad50733fabf3188c3d0bb47abc99be.tar.gz freebsd-ports-gnome-2f3cb5a439ad50733fabf3188c3d0bb47abc99be.tar.zst freebsd-ports-gnome-2f3cb5a439ad50733fabf3188c3d0bb47abc99be.zip |
Update the pipelight-mkufs script to mount zvols late
-rw-r--r-- | emulators/pipelight/Makefile | 2 | ||||
-rw-r--r-- | emulators/pipelight/files/pipelight-mkufs.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/pipelight/Makefile b/emulators/pipelight/Makefile index 29be1a775326..c4f7e6daf3b4 100644 --- a/emulators/pipelight/Makefile +++ b/emulators/pipelight/Makefile @@ -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 diff --git a/emulators/pipelight/files/pipelight-mkufs.in b/emulators/pipelight/files/pipelight-mkufs.in index 449f6aa5b22f..70eccd099efd 100644 --- a/emulators/pipelight/files/pipelight-mkufs.in +++ b/emulators/pipelight/files/pipelight-mkufs.in @@ -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" |