root / pykota / trunk / man / pt / pkturnkey.1 @ 2467

Revision 2467, 3.5 kB (checked in by jerome, 19 years ago)

Introduces the -c | --doconf command line option for pkturnkey,
which replaces what pkhint did before.

Line 
1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2.TH PKTURNKEY "1" "septembre 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"
3.SH NOM
4pkturnkey \- page de manuel de pkturnkey 1.23alpha31_unofficial
5.SH DESCRIPTION
6pkturnkey v1.23alpha31_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com
7.PP
8A turn key tool for PyKota. When launched, this command will initialize
9PyKota's database with all existing print queues and some or all users.
10For now, no prices or limits are set, so printing is fully accounted
11for, but not limited.
12.PP
13command line usage :
14.IP
15pkturnkey [options] [printqueues names]
16.PP
17options :
18.TP
19\fB\-v\fR | \fB\-\-version\fR
20Prints pkturnkey version number then exits.
21.TP
22\fB\-h\fR | \fB\-\-help\fR
23Prints this message then exits.
24.TP
25\fB\-c\fR | \fB\-\-doconf\fR
26Give hints about what to put into pykota.conf
27.TP
28\fB\-d\fR | \fB\-\-dousers\fR
29Manages users accounts as well.
30.TP
31\fB\-D\fR | \fB\-\-dogroups\fR
32Manages users groups as well.
33Implies \fB\-d\fR | \fB\-\-dousers\fR.
34.TP
35\fB\-e\fR | \fB\-\-emptygroups\fR
36Includes empty groups.
37.TP
38\fB\-f\fR | \fB\-\-force\fR
39Modifies the database instead of printing what
40it would do.
41.TP
42\fB\-u\fR | \fB\-\-uidmin\fR uid
43Only adds users whose uid is greater than or equal to
44uid. You can pass an username there as well, and its
45uid will be used automatically.
46If not set, 0 will be used automatically.
47Implies \fB\-d\fR | \fB\-\-dousers\fR.
48.TP
49\fB\-U\fR | \fB\-\-uidmax\fR uid
50Only adds users whose uid is lesser than or equal to
51uid. You can pass an username there as well, and its
52uid will be used automatically.
53If not set, a large value will be used automatically.
54Implies \fB\-d\fR | \fB\-\-dousers\fR.
55.TP
56\fB\-g\fR | \fB\-\-gidmin\fR gid
57Only adds groups whose gid is greater than or equal to
58gid. You can pass a groupname there as well, and its
59gid will be used automatically.
60If not set, 0 will be used automatically.
61Implies \fB\-D\fR | \fB\-\-dogroups\fR.
62.TP
63\fB\-G\fR | \fB\-\-gidmax\fR gid
64Only adds groups whose gid is lesser than or equal to
65gid. You can pass a groupname there as well, and its
66gid will be used automatically.
67If not set, a large value will be used automatically.
68Implies \fB\-D\fR | \fB\-\-dogroups\fR.
69.PP
70examples :
71.IP
72\f(CW$ pkturnkey --dousers --uidmin jerome\fR
73.IP
74Will simulate the initialization of PyKota's database will all existing
75printers and print accounts for all users whose uid is greater than
76or equal to jerome's one. Won't manage any users group.
77.IP
78To REALLY initialize the database instead of simulating it, please
79use the \fB\-f\fR | \fB\-\-force\fR command line switch.
80.IP
81You can limit the initialization to only a subset of the existing
82printers, by passing their names at the end of the command line.
83.PP
84This program is free software; you can redistribute it and/or modify
85it under the terms of the GNU General Public License as published by
86the Free Software Foundation; either version 2 of the License, or
87(at your option) any later version.
88.PP
89This program is distributed in the hope that it will be useful,
90but WITHOUT ANY WARRANTY; without even the implied warranty of
91MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
92GNU General Public License for more details.
93.PP
94You should have received a copy of the GNU General Public License
95along with this program; if not, write to the Free Software
96Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110\-1301, USA.
97.PP
98Please report bugs to : Jerome Alet \- alet@librelogiciel.com
Note: See TracBrowser for help on using the browser.