1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/sysutils/condor/files/pkg-message.in
Philip M. Gollucci 52e98e03cc sysutils/condor: update 8.2.6 -> 8.2.8
Update to latest stable release, canonicalize patch filenames, eliminate
GCC dependency and MAKE_JOBS_UNSAFE, replace files/condor_config.in with
version-specific example file provided in the dist, move sample files to
etc/*.sample, improvements to condor_config.local.sample and
condor-config script, make rc script more reliable by replacing fixed
sleep delays with more intelligent wait loops.

PR:                  200713
Submitted by:        jwbacon@tds.net (maintainer)
2015-07-10 04:07:17 +00:00

19 lines
486 B
Plaintext

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