File: package-setup.txt

package info (click to toggle)
citadel 7.83-2squeeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,572 kB
  • ctags: 3,756
  • sloc: ansic: 54,870; sh: 4,298; yacc: 660; makefile: 450; xml: 40
file content (35 lines) | stat: -rw-r--r-- 1,197 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35

Package builders: you can set the following environment variables
before running setup in quiet mode (setup -q) in order to keep it
quiet but still do setup.

First, please set CITADEL_INSTALLER to "yes"

Then set:

CITADEL			Directory in which Citadel is installed

SLAPD_BINARY		Location of slapd (optional)
LDAP_CONFIG		Location of slapd.conf (optional)

SUPPORT			Location of libraries, etc. (optional)
			(i.e. /usr/local/ctdlsupport)

CTDL_DIALOG		Location of the 'dialog' program (optional)

ACT_AS_MTA		When other MTA's (Postfix, etc.) are found, setup
			will offer to disable them in order to keep them
			from interfering with Citadel.  Set this variable to
			"yes" to always disable the other MTA without asking,
			or to "no" to never disable the other MTA.

CREATE_INITTAB_ENTRY	Set to "yes" to automatically create an entry in
			/etc/inittab to start the Citadel server, if needed.

CREATE_XINETD_ENTRY	Set to "yes" to automatically configure xinetd to route
			telnet connections into a Citadel client, if needed.

SYSADMIN_NAME		Name of system administrator.

NO_INIT_SCRIPTS		Set to non-null to suppress the creation of init
			scripts when running on a SysV-init based host.