Skip to content
Snippets Groups Projects
Commit 8cb0fc58 authored by zimoch's avatar zimoch
Browse files

use ifName()

parent 85f2cc96
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,9 @@ ...@@ -5,6 +5,9 @@
* $Author: zimoch $ * $Author: zimoch $
* *
* $Log: bootNotify.c,v $ * $Log: bootNotify.c,v $
* Revision 1.2 2004/05/24 15:18:58 zimoch
* use ifName()
*
* Revision 1.1 2004/04/16 08:07:12 zimoch * Revision 1.1 2004/04/16 08:07:12 zimoch
* put here from utilities * put here from utilities
* these are EPICS dependend, utilities not * these are EPICS dependend, utilities not
...@@ -50,5 +53,5 @@ int bootNotify (char* script, char* script2) ...@@ -50,5 +53,5 @@ int bootNotify (char* script, char* script2)
} }
sscanf (epicsRelease1, "@(#)Version R%s", epicsver); sscanf (epicsRelease1, "@(#)Version R%s", epicsver);
return rsh (bootHost(), command, bootInfo("%T %e %n %d %F %s"), return rsh (bootHost(), command, bootInfo("%T %e %n %d %F %s"),
vxWorksVersion, epicsver, etherAddr((char *)1), 0); vxWorksVersion, epicsver, etherAddr((char*)ifName()), 0);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment