> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Jonathan
> McKeown
> Sent: Thursday, September 25, 2008 12:41 AM
> To: freebsd-questions@freebsd.org
> Subject: Re: Netprint perl script from Handbook doesn't work
>
>
>
On Wednesday 24 September 2008 17:12:36 Dan Nelson wrote:
> In the last episode (Sep 24), Andy Kosela said:
> > The netprint perl script provided in the Handbook (9.4.3.2) is not
> > working.. or am I missing something:
> >
> > plotinus:~> cat new.txt | lp.sh
> > Can't contact 10.10.21.12: Address
On Wednesday 24 September 2008 12:33:29 Andy Kosela wrote:
> ($ignore, $ignore, $protocol) = getprotobyname('tcp');
$ perl -e 'print join("\n", getprotobyname("tcp"));'
tcp
TCP
6
--
Mel
Problem with today's modular software: they start with the modules
and never get to the software part.
_
On Wed, Sep 24, 2008 at 5:12 PM, Dan Nelson <[EMAIL PROTECTED]> wrote:
> In the last episode (Sep 24), Andy Kosela said:
>> The netprint perl script provided in the Handbook (9.4.3.2) is not
>> working.. or am I missing something:
>>
>> plotinus:~> cat new.txt | lp.sh
>> Can't contact 10.10.21.12:
In the last episode (Sep 24), Andy Kosela said:
> The netprint perl script provided in the Handbook (9.4.3.2) is not
> working.. or am I missing something:
>
> plotinus:~> cat new.txt | lp.sh
> Can't contact 10.10.21.12: Address family not supported by protocol family at
> /usr/local/libexec/netp
The netprint perl script provided in the Handbook (9.4.3.2) is not
working.. or am I missing something:
plotinus:~> cat new.txt | lp.sh
Can't contact 10.10.21.12: Address family not supported by protocol
family at /usr/local/libexec/netprint line 21.
plotinus:> cat /usr/local/libexec/netprint
#!/