Date: Fri, 5 Oct 2007 15:20:35 +0300 From: Mike Makonnen <mtm@FreeBSD.Org> To: Ian Smith <smithi@nimnet.asn.au> Cc: freebsd-questions@FreeBSD.Org, Lisa Casey <lisa@jellico.com> Subject: Re: FreeBsd e-mail question Message-ID: <20071005122035.GA57201@terra.mike.lan> In-Reply-To: <Pine.BSF.3.96.1071005013545.4333G-100000@gaia.nimnet.asn.au> References: <20071004081607.GA65363@owl.midgard.homeip.net> <Pine.BSF.3.96.1071005013545.4333G-100000@gaia.nimnet.asn.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Oct 05, 2007 at 02:33:23AM +1000, Ian Smith wrote:
>
> Looks like that's exactly right. Copying the maintainer and suggesting
> the no-brain patch, pardon the broken tabs from pasting, against the
> head / stable versions (checked) .. I should sendPR I guess .. time!
>
> Cheers, Ian
>
> --- /usr/sbin/rmuser Sat Mar 3 16:48:29 2007
> +++ /home/smithi/rmuser Fri Oct 5 00:30:51 2007
> @@ -86,10 +86,10 @@
> echo -n " mailspool"
> rm ${MAILSPOOL}/$login
> fi
> - if [ -f ${MAILSPOOL}/${login}.pop ]; then
> - verbose && echo -n " ${MAILSPOOL}/${login}.pop" ||
> + if [ -f ${MAILSPOOL}/.${login}.pop ]; then
> + verbose && echo -n " ${MAILSPOOL}/.${login}.pop" ||
> echo -n " pop3"
> - rm ${MAILSPOOL}/${login}.pop
> + rm ${MAILSPOOL}/.${login}.pop
> fi
> verbose && echo '.'
> }
>
Thanks! I'll take care of this immediately.
Cheers,
Mike.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071005122035.GA57201>
