summaryrefslogtreecommitdiff
path: root/sysutils/condor/files/pkg-message.in
blob: d4d63544720dd8e909b538e5b52341f92402241f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
{ type: install
  message: <<EOM
Edit %%PREFIX%%/etc/condor_config.local to taste to get started.

Settings in condor_config.local override the defaults in condor_config.
Use condor_config as a reference, and make all changes to condor_config.local.

Unless this is the central manager host, you will need to at least change
CONDOR_HOST.  Also ensure that DAEMON_LIST and ALLOW_* are appropriate for
this host.

To start the condor daemons, add 'condor_enable="YES"' to

	/etc/rc.conf

and run

	service condor start
EOM
}
]