home *** CD-ROM | disk | FTP | other *** search
- # Copyright 2000 Duncan Haldane <duncan_haldane@users.sourceforge.net>
- #
- # PDQ interface: dummy
- #
- # This program is free software; you can redistribute it and/or modify it
- # under the terms of the GNU General Public License version 2.
- #
- # This program is distributed in the hope that it will be useful, but
- # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- # for more details.
- #
- # You should have received a copy of the GNU General Public License along
- # with this program; if not, write to the Free Software Foundation, Inc., 59
- # Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- ############################################################
-
-
-
- interface dummy {
-
- help = "Use this dummy interface if your printer is connected
- to a local parallel port of your computer, which is
- configured by a driver (e.g., gs-pnm2ppa) that bypasses
- the PDQ interface"
-
-
- argument {
- var = "PORT"
- desc = "Dummy device"
- help = "Do not change this setting"
- def_value = "/dev/null"
- }
-
-
- send_exec {
- echo "PDQ interface was bypassed"
- }
-
-
- }
-
-
-
-
-
-
-
-