summaryrefslogtreecommitdiffstats
path: root/initramfs/stage3-stuff/bin/servconfig
diff options
context:
space:
mode:
authorMichael Janczyk2009-02-26 21:36:44 +0100
committerMichael Janczyk2009-02-26 21:36:44 +0100
commit50c3f20f0859af100d18ab70c9497822fb7ebc5c (patch)
treefd3f16bcf134e58ceba44bfe226e4c13b8d33e2a /initramfs/stage3-stuff/bin/servconfig
parentvmware / vmchooser /xserver: (diff)
downloadcore-50c3f20f0859af100d18ab70c9497822fb7ebc5c.tar.gz
core-50c3f20f0859af100d18ab70c9497822fb7ebc5c.tar.xz
core-50c3f20f0859af100d18ab70c9497822fb7ebc5c.zip
fix dirks typo
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2650 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/stage3-stuff/bin/servconfig')
-rwxr-xr-xinitramfs/stage3-stuff/bin/servconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/initramfs/stage3-stuff/bin/servconfig b/initramfs/stage3-stuff/bin/servconfig
index 3234d915..4fe85f2c 100755
--- a/initramfs/stage3-stuff/bin/servconfig
+++ b/initramfs/stage3-stuff/bin/servconfig
@@ -285,7 +285,7 @@ if [ -n "$scratch" -a -z "$tmpisdisk" ] ; then
# hanging mount processes might stop further setup - timeout
# should be configured ...
# fsmount proto server path target options
- fsmount nfs ${tmpserv} ${temppath} /tmp/scratch \
+ fsmount nfs ${tmpserv} ${tmppath} /tmp/scratch \
"rw,intr,soft,timeo=2,nosuid" && {
if [ -d /tmp/scratch/${clientip} ] ; then
mv /tmp/scratch/${clientip} /tmp/scratch/${clientip}.totrash
@@ -294,7 +294,7 @@ if [ -n "$scratch" -a -z "$tmpisdisk" ] ; then
testmkd /tmp/scratch/${clientip}
# no need for tempfs there ...
umount /mnt/tmp >/dev/null 2>&1
- fsmount nfs ${tmpserv} ${temppath} /mnt/tmp \
+ fsmount nfs ${tmpserv} ${tmppath} /mnt/tmp \
"rw,intr,soft,timeo=2,nosuid"
# somehow we need to move it to the vmware plugin. Any ideas
# how to handle the dependencies?