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. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"