[arch-projects] [PATCH] Fix a small typo introduced by 09c27ea248efebe1e72aa688cb55996dadbbbe29

Cody Maloney cmaloney at theoreticalchaos.com
Tue Apr 26 15:36:16 EDT 2011


/devshm -> /dev/shm
---
 rc.sysinit |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rc.sysinit b/rc.sysinit
index 0dd644e..c3867fb 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -31,7 +31,7 @@ fi
 /bin/chmod 1777 /run/lock
 /bin/mountpoint -q /dev/pts || /bin/mount /dev/pts &> /dev/null \
 	|| /bin/mount -n -t devpts devpts /dev/pts -o mode=620,gid=5,nosuid,noexec
-/bin/mountpoint -q /dev/shm || /bin/mount /devshm &> /dev/null \
+/bin/mountpoint -q /dev/shm || /bin/mount /dev/shm &> /dev/null \
 	|| /bin/mount -n -t tmpfs shm /dev/shm -o mode=1777,nosuid,nodev
 
 # remount root ro to allow for fsck later on, we remount now to
-- 
1.7.4.4



More information about the arch-projects mailing list