]> git.saurik.com Git - apple/system_cmds.git/blobdiff - nvram.tproj/nvram.c
system_cmds-336.6.tar.gz
[apple/system_cmds.git] / nvram.tproj / nvram.c
index b9a6db9cbf125c3131085575c21e7de243a4a576..ec5bd3bbb6fccc1e304108ffb2349ae8e5d0752c 100644 (file)
@@ -67,7 +67,7 @@ int main(int argc, char **argv)
   
   gOptionsRef = IORegistryEntryFromPath(masterPort, "IODeviceTree:/options");
   if (gOptionsRef == 0) {
-    FatalError(-1, "Error (%d) getting a reference to /options", -1);
+    FatalError(-1, "nvram is not supported on this system.", -1);
     exit(-1);
   }
   
@@ -575,3 +575,4 @@ static CFTypeRef ConvertValueToCFTypeRef(CFTypeID typeID, char *value)
   
   return valueRef;
 }
+