File: gimp-installInitScript.html

package info (click to toggle)
mtink 1.0.16-8
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,480 kB
  • ctags: 1,349
  • sloc: ansic: 19,263; sh: 1,008; python: 626; xml: 444; makefile: 75
file content (44 lines) | stat: -rw-r--r-- 1,443 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>gimp-installInitScript</title>
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
  <meta name="author" content="Jean-Jacques Sarton">
</head>
<body bgcolor="White">
<h3>gimp-installInitScript / askPrinter</h3>
<b>Only for Linux</b><br>
<br>
These utilities are helpers and used for creating of the configuration file
/etc/mtinkd.conf.<br>
The file /etc/mtinkd.conf is used for starting of the mtinkd daemon and contain
the arguments passed to the server.<br>
<br>
AskPrinter use special call in order to retriewe the identity of the devices
attached to the usb or parallel ports.<br>
<br>
Example:<br>
<br>
askPrinter /dev/usb/lp0<br>
askPrinter /dev/lp0<br>
<br>
If a printer is detected, the identification string will be returned.<br>
<br>
Asking for the printer identification on the USB port will only work on newer
2.4 kernels.<br>
For the parallel port. the ppdev kernel module must be installed.<br>
<br>
<h4>Bugs:</h4>
While asking for the description of the printer on the parallel port, askPrinter
use /dev/parport* and /dev/parports/* instead of /dev/lp* and the script
&nbsp;gimp-installInitScript assume that the port number is the same for
both devices.<br>
<br>
<h4>Author:</h4>
          Jean-Jacques Sarton<br>
          jj.sarton@t-online.de<br>
          http://xwtools.automatix.de<br>
  <br>
</body>
</html>