Re: ftpd problems...

2000-08-18 Thread Rudy R
Here is my recommendation, add the following to rc.firewall: case ${natd_enable} in [Yy][Ee][Ss]) if [ -n "${natd_interface}" ]; then ${fwcmd} add 98 divert natd all from any to any via ${natd_interface} fi ;; [Ff][Tt][Pp]) if [ -n "${natd_interface}" ]; then ${fwcmd} add

Re: remove empty TEMPROOT dirs at mergemaster's end? (was: cvs commit: src/usr.sbin/mergemaster mergemaster.sh)

2000-08-18 Thread Doug Barton
Jason T wrote: I think I can clarify. If mergemaster leaves ANY files behind, it also leave the subdirectories, even the empty ones. The request is to have empty subdirectories (of ${TEMPROOT}) removed automatically. This benefits anyone, experienced or novice, who leaves some files

Re: remove empty TEMPROOT dirs at mergemaster's end? (was: cvs commit:src/usr.sbin/mergemaster mergemaster.sh)

2000-08-18 Thread Doug Barton
Peter Jeremy wrote: I have now patched mergemaster so that you can specify a DESTDIR. This works for everything except the XXX_mkdb commands. Would you be interested in patches? Yes, thanks. This is close to the top of the wishlist. Doug To Unsubscribe: send mail to [EMAIL