blob: 8ce9970079b6e9f37dde99065dac5716f4f644bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
.. -*- mode: rst -*-
.. _client-tools-apt:
===============
APT Client Tool
===============
The APT tool allows you to configure custom options in ``bcfg2.conf``
for systems where the tools reside in non-standard locations. The
available options (and their corresponding default values) are::
[APT]
install_path = '/usr'
var_path = '/var'
etc_path = '/etc'
|