cvs commit: src/usr.sbin/sysinstall anonFTP.c

John Baldwin jhb at FreeBSD.org
Tue Nov 16 19:06:43 GMT 2004


jhb         2004-11-16 19:06:42 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/sysinstall  anonFTP.c 
  Log:
  Various updates to the anonymous ftp support:
  
  - Allow the upload directory to be optional.  If the upload directory
    field is cleared to the empty string then no directory will be created.
  - Don't create a bin/ subdirectory in ftp's home dir containing ls(1) and
    date(1) as ftpd(8) no longer requires it.
  - Create a pwd.db file in etc/ instead of a passwd file.
  - Ignore NIS compat entries in /etc/group and /etc/master.passwd when
    building the anonymous files.
  
  PR:             bin/60662
  Submitted by:   Olafur Osvaldsson oli at isnic dot is
  
  Revision  Changes    Path
  1.35      +12 -11    src/usr.sbin/sysinstall/anonFTP.c


More information about the cvs-src mailing list