diff options
author | Lisa Hsu <hsul@eecs.umich.edu> | 2006-08-17 00:02:38 -0400 |
---|---|---|
committer | Lisa Hsu <hsul@eecs.umich.edu> | 2006-08-17 00:02:38 -0400 |
commit | a99534d429fea534965fa99d419a6ecc8c15b683 (patch) | |
tree | 7e93d59c3546839c4fee2e20b09cd97d90fcd296 /configs/boot/nfs-server-nhfsstone.rcS | |
parent | 695f2a73d0c3d3357973fcde95fb251efc483cea (diff) | |
parent | a88a6758cebe21db39b2019836ac2346c5ff190e (diff) | |
download | gem5-a99534d429fea534965fa99d419a6ecc8c15b683.tar.xz |
Merge zizzer:/bk/newmem
into zed.eecs.umich.edu:/z/hsul/work/m5/newmem
--HG--
extra : convert_revision : 382a9d4b420a9bdb35f93049306b7b7af0d33ad5
Diffstat (limited to 'configs/boot/nfs-server-nhfsstone.rcS')
-rwxr-xr-x | configs/boot/nfs-server-nhfsstone.rcS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/boot/nfs-server-nhfsstone.rcS b/configs/boot/nfs-server-nhfsstone.rcS index 222ba309e..7fa44a5f2 100755 --- a/configs/boot/nfs-server-nhfsstone.rcS +++ b/configs/boot/nfs-server-nhfsstone.rcS @@ -59,7 +59,7 @@ echo "Exporting shares..." echo -n "signal client to mount..." sleep 5 -echo "server ready" | /usr/bin/netcat -c 10.0.0.2 8000 +echo "server ready" | netcat -c 10.0.0.2 8000 echo "done." echo -n "starting bash shell..." |