1GETLTSCFG(1) GETLTSCFG(1)
2
3
4
6 getltscfg - get LTSP configuration variables
7
9 getltscfg [options] [keyword]
10
12 getltscfg gets the configuration values defined in /etc/lts.conf, and
13 outputs those values in in a way meant to be evaluated in a shell
14 script.
15
16
18 -a, --all
19 output all keywords
20
21 -c, --configfile
22 use an alternate configuration file. default is /etc/lts.conf
23
24 -h, --help
25 displays help
26
27 -n, --hostname
28 look for configuratons specific to the given hostname
29
30 -v, --verbose
31 increase the verbosity
32
34 http://ltsp.org
35
37 (c) 1999,2003,2006 by James A. McQuillan (McQuillan Systems, LLC), This
38 software is distributed under the terms and conditions of the GNU Gen‐
39 eral Public License.
40
41
42
43 20060929 GETLTSCFG(1)