[BACK]Return to net.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/net.c between version 1.113 and 1.113.2.1

version 1.113, 2006/10/23 22:42:33 version 1.113.2.1, 2006/12/09 11:44:42
Line 1050  mnt_net_config(void)
Line 1050  mnt_net_config(void)
                 scripting_fprintf(NULL, "cat <<EOF >>%s%s\n",                  scripting_fprintf(NULL, "cat <<EOF >>%s%s\n",
                     target_prefix(), ifconfig_fn);                      target_prefix(), ifconfig_fn);
                 scripting_fprintf(ifconf, "up\n");                  scripting_fprintf(ifconf, "up\n");
                   if (*net_media != '\0')
                           scripting_fprintf(ifconf, "media %s\n", net_media);
                 scripting_fprintf(NULL, "EOF\n");                  scripting_fprintf(NULL, "EOF\n");
         }          }
   

Legend:
Removed from v.1.113  
changed lines
  Added in v.1.113.2.1

CVSweb <webmaster@jp.NetBSD.org>