[BACK]Return to util.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/util.c between version 1.171 and 1.172

version 1.171, 2012/01/01 23:26:22 version 1.172, 2012/01/05 21:29:25
Line 967  get_and_unpack_sets(int update, msg setu
Line 967  get_and_unpack_sets(int update, msg setu
   
         /* Ensure mountpoint for distribution files exists in current root. */          /* Ensure mountpoint for distribution files exists in current root. */
         (void)mkdir("/mnt2", S_IRWXU| S_IRGRP|S_IXGRP | S_IROTH|S_IXOTH);          (void)mkdir("/mnt2", S_IRWXU| S_IRGRP|S_IXGRP | S_IROTH|S_IXOTH);
         if (scripting)          if (script)
                 (void)fprintf(script, "mkdir -m 755 /mnt2\n");                  (void)fprintf(script, "mkdir -m 755 /mnt2\n");
   
         /* reset failure/success counters */          /* reset failure/success counters */
Line 1411  scripting_vfprintf(FILE *f, const char *
Line 1411  scripting_vfprintf(FILE *f, const char *
   
         if (f)          if (f)
                 (void)vfprintf(f, fmt, ap);                  (void)vfprintf(f, fmt, ap);
         if (scripting)          if (script)
                 (void)vfprintf(script, fmt, ap);                  (void)vfprintf(script, fmt, ap);
 }  }
   

Legend:
Removed from v.1.171  
changed lines
  Added in v.1.172

CVSweb <webmaster@jp.NetBSD.org>