From 7a9ef40bfc581d785f3f6fb28cd098da5f38f235 Mon Sep 17 00:00:00 2001
From: timmmooney <mooney@aps.anl.gov>
Date: Tue, 11 May 2004 20:34:52 +0000
Subject: [PATCH] commented out save_restoreSet_NFSHost(), which is only
 supported on vxWorks.

---
 iocBoot/iocUnix/save_restore.cmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iocBoot/iocUnix/save_restore.cmd b/iocBoot/iocUnix/save_restore.cmd
index 64b0da9..312c393 100644
--- a/iocBoot/iocUnix/save_restore.cmd
+++ b/iocBoot/iocUnix/save_restore.cmd
@@ -17,7 +17,7 @@ save_restoreSet_SeqPeriodInSeconds(300)
 # If you want save_restore to manage its own NFS mount, specify the name and
 # IP address of the file server to which save files should be written.
 # This currently is supported only on vxWorks.
-save_restoreSet_NFSHost("oxygen", "164.54.52.4")
+#save_restoreSet_NFSHost("oxygen", "164.54.52.4")
 
 # specify where save files should be
 set_savefile_path(startup, "autosave")
-- 
GitLab