Date: Thu, 22 May 2008 08:35:04 -0400 From: Sahil Tandon <sahil@tandon.net> To: Richard Toohey <richardtoohey@paradise.net.nz> Cc: "dinoex@FreeBSD.org" <dinoex@FreeBSD.org>, "ports@FreeBSD.org" <ports@FreeBSD.org> Subject: Re: FreeBSD Port: vsftpd-2.0.6 - spelling mistake in user name - Annonymus Message-ID: <508B479E-030E-4F1B-B29F-0C73D1A3336A@tandon.net> In-Reply-To: <568BE118-35B5-440B-AC31-3676F901FFA3@paradise.net.nz> References: <568BE118-35B5-440B-AC31-3676F901FFA3@paradise.net.nz>
next in thread | previous in thread | raw e-mail | index | archive | help
> Apologies if been raised before ... could not find anything > searching http://marc.info/?l=freebsd-ports&r=1&w=3 > > Wandering through /var/log and found this in /var/log/userlog > > 2008-04-14 19:45:35 [xxxyyy:useradd] ftp(14):operator(5):Annonymus > Ftp:/var/ftp:/nonexistent > > And then to ... cat /etc/passwd > > ftp:*:14:5:Annonymus Ftp:/var/ftp:/nonexistent > > Noticed the incorrect spelling (should be Anonymous), and did a > Google: > > http://www.freebsdports.info/ports/ftp/vsftpd.html > > In the pkg-install section it says ... > > pkg-install > > #!/bin/sh > # $FreeBSD: ports/ftp/vsftpd/pkg-install,v 1.4 2003/12/12 19:17:17 > dinoex Exp $ > # > [cut] > if pw useradd ftp -g operator -u 14 -h - -d /var/ftp -s /nonexistent > -c "Annonymus Ftp"; then > echo "Added user ftp for vsftpd" > [cut] > > Downloaded the latest from: > > http://cvsweb.freebsd.org/ports/ftp/vsftpd/vsftpd.tar.gz?tarball=1 > > And the same spelling is in there. > Patch and submit a PR? :) - Sahil
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?508B479E-030E-4F1B-B29F-0C73D1A3336A>