View | Details | Raw Unified | Return to bug 169228 | Differences between
and this patch

Collapse All | Expand All

(-)salt_minion.in (+5 lines)
Lines 21-30 Link Here
21
load_rc_config ${name}
21
load_rc_config ${name}
22
22
23
: ${salt_minion_enable:="NO"}
23
: ${salt_minion_enable:="NO"}
24
: ${salt_minion_paths="$PATH"}
25
: ${salt_minion_eggcache="/tmp"}
24
26
25
command="%%PREFIX%%/bin/salt-minion"
27
command="%%PREFIX%%/bin/salt-minion"
26
command_interpreter="%%PYTHON_CMD%%"
28
command_interpreter="%%PYTHON_CMD%%"
27
required_files="%%PREFIX%%/etc/salt/minion"
29
required_files="%%PREFIX%%/etc/salt/minion"
28
command_args="-c ${required_files} -d"
30
command_args="-c ${required_files} -d"
29
31
32
export PATH="${salt_minion_paths}"
33
export PYTHON_EGG_CACHE="${salt_minion_eggcache}"
34
30
run_rc_command "$1"
35
run_rc_command "$1"

Return to bug 169228