cvs commit: src/contrib/bsdinstaller-1.1.6/src/backend/installer fn_configure.c

Matthias Schmidt matthias at crater.dragonflybsd.org
Tue Sep 16 04:18:08 PDT 2008


matthias    2008/09/16 04:16:37 PDT

DragonFly src repository

  Modified files:
    contrib/bsdinstaller-1.1.6/src/backend/installer 
                                                     fn_configure.c 
  Log:
  Remove the -1 option from the installer.
  
  This option is specific to the old, now removed, ISC dhcp client.  The new
  OpenBSD dhcp client does not support this option.  If a user wants to set an
  IP address with the installer prior to this commit, it fails and the user sees
  an error message.
  
  The meaning of the -1 option was: "Try to get a lease only once.  If it fails,
  quit."  Due to this commit, this behaviour changes.  I think its better to have
  an installer which tries to get a lease more than once that having an installer
  which does not try to get a lease at all.
  
  Revision  Changes    Path
  1.3       +1 -1      src/contrib/bsdinstaller-1.1.6/src/backend/installer/fn_configure.c


http://www.dragonflybsd.org/cvsweb/src/contrib/bsdinstaller-1.1.6/src/backend/installer/fn_configure.c.diff?r1=1.2&r2=1.3&f=u





More information about the Commits mailing list