Re: Microsoft "Dynamic DNS"

2009-09-22 Thread Mark Willson
stan wrote: I have a situation at work, where I need a FreeBSD machine to be in the corporate DNS. We have been bought out, and the new owner says "no static DNS entries". They use some Microsoft technogly where the client machiens register thier names with the corprate DNS. My Windows laptop f

Re: Help configuring sendmail to send only using authorization to smart host

2009-09-18 Thread Mark Willson
Phusion wrote: I need some help configuring sendmail to send only using authorization to a smart host being the ISP's mail server. I'm running 7.2-RELEASE. I've looked over http://www.freebsd.org/doc/en/books/handbook/outgoing-only.html but want to use the built-in sendmail. I've run the followin

Re: is there a way of usinf greo to find 3 or 4 blank lines?

2009-09-08 Thread Mark Willson
Gary Kline wrote: On Mon, Sep 07, 2009 at 08:06:51AM +0100, Mark Willson wrote: The following version should do what you want: BEGIN { ncnt = 0 prev = "BOF" } /^ *$/ { ncnt++; if (ncnt > 3) { print "Emphasis at " NR ":

Re: is there a way of usinf greo to find 3 or 4 blank lines?

2009-09-07 Thread Mark Willson
Gary Kline wrote: Yes, this works just fine. I findthat there are about 130 places that I need to track... --yeah, i did over-do it in the time-breaks in my story. Is there a way of printing the string/line in the `manuscript' file along with the line number? I'm

Re: is there a way of usinf greo to find 3 or 4 blank lines?

2009-09-06 Thread Mark Willson
Gary Kline wrote: in my manuscript, i have many places where i'ved used several newlines to indicate a jump in time, or topic, or mood, or <>. i have lost these vertical spacing in all but my original draft. can i use grep somehow to find these extra newlines? if not grep, then sed, ed, or wh