svn commit: r351030 - head

Dirk Meyer dinoex at FreeBSD.org
Fri Apr 11 18:51:05 UTC 2014


Author: dinoex
Date: Fri Apr 11 18:51:04 2014
New Revision: 351030
URL: http://svnweb.freebsd.org/changeset/ports/351030
QAT: https://qat.redports.org/buildarchive/r351030/

Log:
  - add anonymous FTP user

Modified:
  head/GIDs
  head/UIDs

Modified: head/GIDs
==============================================================================
--- head/GIDs	Fri Apr 11 18:49:28 2014	(r351029)
+++ head/GIDs	Fri Apr 11 18:51:04 2014	(r351030)
@@ -3,6 +3,7 @@
 daemon:*:1:
 operator:*:5:amanda
 mail:*:6:postfix,clamav
+ftp:*:14:
 smmsp:*:25:
 bind:*:53:
 rdfdb:*:55:

Modified: head/UIDs
==============================================================================
--- head/UIDs	Fri Apr 11 18:49:28 2014	(r351029)
+++ head/UIDs	Fri Apr 11 18:51:04 2014	(r351030)
@@ -1,6 +1,7 @@
 # $FreeBSD$
 # Please keep this file sorted by UID!
 operator:*:2:5::0:0:System &:/:/usr/sbin/nologin
+ftp:*:14:14::0:0:Anonymous FTP:/var/ftp:/nonexistent
 smmsp:*:25:25::0:0:Sendmail Submission User:/var/spool/clientmqueue:/usr/sbin/nologin
 bind:*:53:53::0:0:Bind Sandbox:/:/usr/sbin/nologin
 majordom:*:54:54::0:0:Majordomo Pseudo User:/usr/local/majordomo:/nonexistent


More information about the svn-ports-all mailing list