diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-08 19:12:51 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-08 19:12:51 +0000 |
commit | 26d955e3ecbb5e17a8a0b23b026852a37a922455 (patch) | |
tree | 49b36add9bb7de87cabe5a2d8e28c1c449dc81ab /openwrt/package/p910nd/files/p910nd.default | |
parent | e760b2a4b68d30dc3474ce4ade2dc7be6fe3ff2d (diff) |
change initscript to use more than one port / device,
bump release number.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2080 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/p910nd/files/p910nd.default')
-rw-r--r-- | openwrt/package/p910nd/files/p910nd.default | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/openwrt/package/p910nd/files/p910nd.default b/openwrt/package/p910nd/files/p910nd.default index 1ee3bcbaf..77317cfad 100644 --- a/openwrt/package/p910nd/files/p910nd.default +++ b/openwrt/package/p910nd/files/p910nd.default @@ -1,14 +1,9 @@ -# Port 9100 is copied to /dev/printers/0, 9101 to /dev/printers/1 -# and 9102 to /dev/printers/2. The default is port 9100 to -# /dev/printers/0. -# Values are 0|1|2 +# printing port list, in the form "number [options]" +# where: +# - number is the port number in the range [0-9] +# the p910nd daemon will listen on tcp port 9100+number +# - options can be : +# -b to turn on bidirectional copying. +# -f to specify a different printer device. # -# Port 9100 for USB connection -# Port 9101 for LPT connection -# -PORT="0" - -# The -b option turns on bidirectional copying. -# The -f option can be used to specify a different printer device. -# -#OPTIONS="-b -f /dev/usblp0" +0 -b -f /dev/usb/lp0 |