]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/mgetty/mgetty-1.1.30/10-doc_faxrunqd.8in
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / mgetty / mgetty-1.1.30 / 10-doc_faxrunqd.8in
1 --- mgetty-1.1.30.old/doc/faxrunqd.8in  2002-11-23 11:47:17.000000000 -0500
2 +++ mgetty-1.1.30/doc/faxrunqd.8in      2003-07-15 16:08:22.000000000 -0400
3 @@ -3,7 +3,7 @@
4  .SH NAME
5  faxrunqd \- daemon to send fax jobs queued by faxspool(1)
6  .SH SYNOPSIS
7 -.B faxrunqd [-v] [-d] [-l <ttys>] [-u <user>] [-V]
8 +.B faxrunqd [-v] [-d] [-D] [-l <ttys>] [-u <user or uid>] [ -g <group or gid> ] [-V]
9  .SH DESCRIPTION
10  Runs in the background, and regularily checks the fax queue set up by
11  faxspool(1).  Sends all jobs that are due, records results, and takes
12 @@ -59,7 +59,7 @@
13  would do (send a mail, delete the JOB directory, execute a named program,
14  etc.).  Both programs are fully compatible in this respect.
15  
16 -.B faxrunqd [-v] [-d] [-l <ttys>] [-u <user>] [-V]
17 +.B faxrunqd [-v] [-d] [-D] [-l <ttys>] [-u <user or uid>] [ -g <group or gid> ] [-V]
18  .SH OPTIONS
19  .TP
20  .B -v
21 @@ -67,17 +67,22 @@
22  .I faxrunqd
23  to write progress information to the log file.
24  .TP
25 +.B -D
26 +Tells
27 +.I faxrunqd
28 +to run in the background, as a daemon.
29 +.TP
30  .B -d
31  Tells
32  .I faxrunqd
33  to write debugging information to stdout and the log file (usually used
34 -together with -v)
35 +together with -v).
36  .TP
37  .B -l <ttyS>
38  Specifies the list of modem devices to use.  Multiple devices are
39  separated with ':', e.g. '-l ttyS0:ttyS1'.
40  .TP
41 -.B -u <user>
42 +.B -u <user or uid>
43  .I faxrunqd
44  can now (since 1.1.29) run as unprivileged user.  If you start it as root
45  from /etc/inittab or from one of the /etc/rc* scripts, it's strongly
46 @@ -86,7 +91,13 @@
47  .I faxrunqd
48  drop all its privileges at startup, and run as the specified user.  Running
49  .I faxrunqd
50 -as root user might lead to security problems - don't do it.
51 +as root user might lead to security problems - don't do it. This
52 +parameter takes either a uid or a username as argument.
53 +.TP
54 +.B -g <group or gid>
55 +.I Same effect as above but for the group id. Indicates the group which
56 +should own the fax files. This parameter takes either a gid or a
57 +groupname as argument.
58  .TP
59  .B -V
60  print version number and exit