[BACK]Return to disks.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / distrib / utils / sysinst

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/distrib/utils/sysinst/Attic/disks.c between version 1.66 and 1.67

version 1.66, 2003/07/27 07:45:08 version 1.67, 2003/07/27 08:57:27
Line 263  write_disklabel (void)
Line 263  write_disklabel (void)
 #ifdef DISKLABEL_CMD  #ifdef DISKLABEL_CMD
         /* disklabel the disk */          /* disklabel the disk */
         return run_prog(RUN_DISPLAY, MSG_cmdfail,          return run_prog(RUN_DISPLAY, MSG_cmdfail,
             "%s %s %s", DISKLABEL_CMD, diskdev, bsddiskname);              "%s -f /tmp/disktab %s %s", DISKLABEL_CMD, diskdev, bsddiskname);
 #else  #else
         return 0;          return 0;
 #endif  #endif

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

CVSweb <webmaster@jp.NetBSD.org>