root / pykota / trunk / man / pkturnkey.1 @ 2466

Revision 2466, 3.4 kB (checked in by jerome, 19 years ago)

Much more powerful pkturnkey

Line 
1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2.TH PKTURNKEY "1" "September 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"
3.SH NAME
4pkturnkey \- manual page for 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\-d\fR | \fB\-\-dousers\fR
26Manages users accounts as well.
27.TP
28\fB\-D\fR | \fB\-\-dogroups\fR
29Manages users groups as well.
30Implies \fB\-d\fR | \fB\-\-dousers\fR.
31.TP
32\fB\-e\fR | \fB\-\-emptygroups\fR
33Includes empty groups.
34.TP
35\fB\-f\fR | \fB\-\-force\fR
36Modifies the database instead of printing what
37it would do.
38.TP
39\fB\-u\fR | \fB\-\-uidmin\fR uid
40Only adds users whose uid is greater than or equal to
41uid. You can pass an username there as well, and its
42uid will be used automatically.
43If not set, 0 will be used automatically.
44Implies \fB\-d\fR | \fB\-\-dousers\fR.
45.TP
46\fB\-U\fR | \fB\-\-uidmax\fR uid
47Only adds users whose uid is lesser than or equal to
48uid. You can pass an username there as well, and its
49uid will be used automatically.
50If not set, a large value will be used automatically.
51Implies \fB\-d\fR | \fB\-\-dousers\fR.
52.TP
53\fB\-g\fR | \fB\-\-gidmin\fR gid
54Only adds groups whose gid is greater than or equal to
55gid. You can pass a groupname there as well, and its
56gid will be used automatically.
57If not set, 0 will be used automatically.
58Implies \fB\-D\fR | \fB\-\-dogroups\fR.
59.TP
60\fB\-G\fR | \fB\-\-gidmax\fR gid
61Only adds groups whose gid is lesser than or equal to
62gid. You can pass a groupname there as well, and its
63gid will be used automatically.
64If not set, a large value will be used automatically.
65Implies \fB\-D\fR | \fB\-\-dogroups\fR.
66.PP
67examples :
68.IP
69\f(CW$ pkturnkey --dousers --uidmin jerome\fR
70.IP
71Will simulate the initialization of PyKota's database will all existing
72printers and print accounts for all users whose uid is greater than
73or equal to jerome's one. Won't manage any users group.
74.IP
75To REALLY initialize the database instead of simulating it, please
76use the \fB\-f\fR | \fB\-\-force\fR command line switch.
77.IP
78You can limit the initialization to only a subset of the existing
79printers, by passing their names at the end of the command line.
80.PP
81This program is free software; you can redistribute it and/or modify
82it under the terms of the GNU General Public License as published by
83the Free Software Foundation; either version 2 of the License, or
84(at your option) any later version.
85.PP
86This program is distributed in the hope that it will be useful,
87but WITHOUT ANY WARRANTY; without even the implied warranty of
88MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
89GNU General Public License for more details.
90.PP
91You should have received a copy of the GNU General Public License
92along with this program; if not, write to the Free Software
93Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110\-1301, USA.
94.PP
95Please report bugs to : Jerome Alet \- alet@librelogiciel.com
Note: See TracBrowser for help on using the browser.