[PC-BSD Commits] r14699 - in pcbsd/current: build-files/base-ports/base-system build-files/conf src-sh system-overlay/etc system-overlay/usr/local/share/pcbsd/xstartup
svn at pcbsd.org
svn at pcbsd.org
Mon Jan 9 09:17:42 PST 2012
Author: kris
Date: 2012-01-09 17:17:42 +0000 (Mon, 09 Jan 2012)
New Revision: 14699
Removed:
pcbsd/current/src-sh/amount/
pcbsd/current/system-overlay/usr/local/share/pcbsd/xstartup/amountd.sh
Modified:
pcbsd/current/build-files/base-ports/base-system/ports-list
pcbsd/current/build-files/conf/pcbsd-make.conf
pcbsd/current/system-overlay/etc/rc.conf
Log:
Add volman as the default devd translator for 9.1. This replaces amountd
Modified: pcbsd/current/build-files/base-ports/base-system/ports-list
===================================================================
--- pcbsd/current/build-files/base-ports/base-system/ports-list 2012-01-09 14:29:57 UTC (rev 14698)
+++ pcbsd/current/build-files/base-ports/base-system/ports-list 2012-01-09 17:17:42 UTC (rev 14699)
@@ -107,3 +107,4 @@
/usr/ports/print/foo2zjs
/usr/ports/multimedia/linux_dvbwrapper-kmod
/usr/ports/x11/xvkbd
+/usr/ports/sysutils/volman
Modified: pcbsd/current/build-files/conf/pcbsd-make.conf
===================================================================
--- pcbsd/current/build-files/conf/pcbsd-make.conf 2012-01-09 14:29:57 UTC (rev 14698)
+++ pcbsd/current/build-files/conf/pcbsd-make.conf 2012-01-09 17:17:42 UTC (rev 14699)
@@ -66,3 +66,7 @@
.if ${.CURDIR:M${PORTSDIR}/emulators/open-vm-tools} != ""
NO_CCACHE=yes
.endif
+.if ${.CURDIR:M${PORTSDIR}/sysutils/volman} != ""
+ WITH_NTFS3G=yes
+ WITH_OPENBOX=yes
+.endif
Modified: pcbsd/current/system-overlay/etc/rc.conf
===================================================================
--- pcbsd/current/system-overlay/etc/rc.conf 2012-01-09 14:29:57 UTC (rev 14698)
+++ pcbsd/current/system-overlay/etc/rc.conf 2012-01-09 17:17:42 UTC (rev 14699)
@@ -100,3 +100,6 @@
# Enable fusefs
fusefs_enable="YES"
+
+# Enable volmand
+volmand_enable="YES"
More information about the Commits
mailing list