[PC-BSD Commits] r18150 - pcbsd/current/overlays/desktop-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Sat Aug 4 07:01:01 PDT 2012
Author: kris
Date: 2012-08-04 14:01:01 +0000 (Sat, 04 Aug 2012)
New Revision: 18150
Modified:
pcbsd/current/overlays/desktop-overlay/etc/devfs.conf
Log:
Create /dev/shm link to /tmp
Modified: pcbsd/current/overlays/desktop-overlay/etc/devfs.conf
===================================================================
--- pcbsd/current/overlays/desktop-overlay/etc/devfs.conf 2012-08-04 12:12:17 UTC (rev 18149)
+++ pcbsd/current/overlays/desktop-overlay/etc/devfs.conf 2012-08-04 14:01:01 UTC (rev 18150)
@@ -73,3 +73,6 @@
# Enable libgtop
perm devstat 0444
+
+# Link /dev/shm
+link /dev/shm /tmp
More information about the Commits
mailing list