updated config.guess in libcitadel
[citadel.git] / citadel / docs / package-setup.txt
1
2 Package builders: you can set the following environment variables
3 before running setup in quiet mode (setup -q) in order to keep it
4 quiet but still do setup.
5
6 First, please set CITADEL_INSTALLER to "yes"
7
8 Then set:
9
10 CITADEL                 Directory in which Citadel is installed
11
12 SLAPD_BINARY            Location of slapd (optional)
13 LDAP_CONFIG             Location of slapd.conf (optional)
14
15 SUPPORT                 Location of libraries, etc. (optional)
16                         (i.e. /usr/local/ctdlsupport)
17
18 CTDL_DIALOG             Location of the 'dialog' program (optional)
19
20 ACT_AS_MTA              When other MTA's (Postfix, etc.) are found, setup
21                         will offer to disable them in order to keep them
22                         from interfering with Citadel.  Set this variable to
23                         "yes" to always disable the other MTA without asking,
24                         or to "no" to never disable the other MTA.
25
26 CREATE_INITTAB_ENTRY    Set to "yes" to automatically create an entry in
27                         /etc/inittab to start the Citadel server, if needed.
28
29 CREATE_XINETD_ENTRY     Set to "yes" to automatically configure xinetd to route
30                         telnet connections into a Citadel client, if needed.
31
32 SYSADMIN_NAME           Name of system administrator.
33
34 NO_INIT_SCRIPTS         Set to non-null to suppress the creation of init
35                         scripts when running on a SysV-init based host.