home *** CD-ROM | disk | FTP | other *** search
- Lpr Readme
- ==========
-
- This is a simple port to RISC-OS of a lpr client the usage is:-
-
- lpr remote_machine remote_printer file
- or
- lpr printer file
-
- If the second form is used lpr looks up remote machine and queue name
- in it' envoirnment varaibles. lpr${printer_name}$machine,
- lpr${printer_name}$printer
-
- e.g.
- To make printer 'admate' be the lp queue onhost edna use the following
- commands.
-
- set lpr$admate$printer lp
- set lpr$admate$machine edna
-
- I would like to develop this to integrate it better into the RISC-OS
- enviorment, but there seemed to be a need for something now not later.
-
- Copyright
- ---------
- This application is copyright (C) R G Gammans 1997, for 'The
- Computer Surgery (Southern 1994) Ltd. although portions of the
- code are Copyright (c) 1983 Regents of the University of California. All
- rights reserved.
-
- This application can be distrubuted 'as is' as long as no changes are made
- to the distribution archive (RO-lpr[.spk/.arc]) you have the right to
- further distribute this and only this file.
-
- To discuss other needs or licensing please contact:-
- Roger G Gammans
- The Computer Surgery (Southern 1994) Ltd.,
- 20 Trenches Rd
- Crowborough
- E Sussex.
- TN6 1ES
-
- Phone (Working hours only) 01892 667052.
- Fax: 01892 662941.
-
-
- THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
- AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
- OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
- OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
- ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
- If you want potection or any of these warranties then don't use this
- software.
-
-
- As a result of the BSD heritage the following disclaimer must be made.
- (Note: This only applies to portions of the code.)
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
- 3. All advertising materials mentioning features or use of this software
- must display the following acknowledgement:
- This product includes software developed by the University of
- California, Berkeley and its contributors.
- 4. Neither the name of the University nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- SUCH DAMAGE.
-
-