Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Nov 2004 19:06:42 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/sysinstall anonFTP.c
Message-ID:  <200411161906.iAGJ6huB091859@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411161906.iAGJ6huB091859>