svn commit: r249229 - user/pho/stress2/misc
Peter Holm
pho at FreeBSD.org
Sun Apr 7 10:58:04 UTC 2013
Author: pho
Date: Sun Apr 7 10:58:04 2013
New Revision: 249229
URL: http://svnweb.freebsd.org/changeset/base/249229
Log:
Fix typo.
Modified:
user/pho/stress2/misc/nfs2.sh
Modified: user/pho/stress2/misc/nfs2.sh
==============================================================================
--- user/pho/stress2/misc/nfs2.sh Sun Apr 7 10:55:39 2013 (r249228)
+++ user/pho/stress2/misc/nfs2.sh Sun Apr 7 10:58:04 2013 (r249229)
@@ -1,7 +1,7 @@
#!/bin/sh
#
-# Copyright (c) 2008-2011 Peter Holm <pho at FreeBSD.org>
+# Copyright (c) 2008-2013 Peter Holm <pho at FreeBSD.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -54,7 +54,7 @@ chmod 777 ${mntpoint}/stressX
[ ! -d ${mntpoint}2 ] && mkdir ${mntpoint}2
chmod 777 ${mntpoint}2
-mount -t nfs -o tcp -o retrycnt=3 -o intr -o soft -o rw 127.0.0.1:$mntpoint $mntpoint2
+mount -t nfs -o tcp -o retrycnt=3 -o intr -o soft -o rw 127.0.0.1:$mntpoint ${mntpoint}2
export INODES=9999 # No inodes on a msdos fs
export RUNDIR=${mntpoint}2/stressX
More information about the svn-src-user
mailing list