[Groonga-commit] groonga/groonga [master] Use /run/shm instead of /dev/shm as memory file system

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Mar 23 21:41:32 JST 2013


Kouhei Sutou	2013-03-23 21:41:32 +0900 (Sat, 23 Mar 2013)

  New Revision: 0a93c0ba15992d7f5bd0221ba140db9e8ad58889
  https://github.com/groonga/groonga/commit/0a93c0ba15992d7f5bd0221ba140db9e8ad58889

  Message:
    Use /run/shm instead of /dev/shm as memory file system
    
    /run/shm is the standard. (maybe)

  Modified files:
    test/command/run-test.sh
    test/unit/run-test.sh

  Modified: test/command/run-test.sh (+1 -1)
===================================================================
--- test/command/run-test.sh    2013-03-22 18:25:19 +0900 (6a123e7)
+++ test/command/run-test.sh    2013-03-23 21:41:32 +0900 (dcba660)
@@ -128,7 +128,7 @@ if test "$have_targets" != "true"; then
     grntest_options=("${grntest_options[@]}" "${BASE_DIR}/suite")
 fi
 
-tmpfs=/dev/shm
+tmpfs=/run/shm
 if test -e $tmpfs; then
     rm -rf "tmp"
     ln -s $tmpfs "tmp"

  Modified: test/unit/run-test.sh (+1 -1)
===================================================================
--- test/unit/run-test.sh    2013-03-22 18:25:19 +0900 (e1a18e6)
+++ test/unit/run-test.sh    2013-03-23 21:41:32 +0900 (487aef8)
@@ -87,7 +87,7 @@ case `uname` in
 	;;
 esac
 
-tmpfs=/dev/shm
+tmpfs=/run/shm
 if test -e $tmpfs; then
     rm -rf "$BASE_DIR/tmp"
     ln -s $tmpfs "$BASE_DIR/tmp"
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index