HomeSort by: relevance | last modified time | path
    Searched refs:command_directory (Results 1 - 9 of 9) sorted by relevancy

  /src/external/ibm-public/postfix/dist/conf/
postfix-wrapper 182 : ${command_directory?"do not invoke this command directly"}
187 POSTCONF=$command_directory/postconf
188 POSTFIX=$command_directory/postfix
postfix-non-bdb-script 133 case $command_directory in
137 cd $command_directory || {
140 msg="no Postfix command directory '${command_directory}'"
145 postconf=$command_directory/postconf
146 LOGGER="$command_directory/postlog -t $MAIL_LOGTAG/postfix-non-bdb-script"
postfix-script 49 LOGGER="$command_directory/postlog -t $MAIL_LOGTAG/postfix-script"
62 cd $command_directory || {
63 $FATAL no Postfix command directory $command_directory!
93 def_config_directory=`$command_directory/postconf -dh config_directory` || {
94 $FATAL cannot execute $command_directory/postconf!
101 $command_directory/postconf -qc $def_config_directory \
103 $FATAL cannot execute $command_directory/postconf!
227 $command_directory/postconf >/dev/null
234 $command_directory/postsuper active || exit 1
236 $command_directory/postsuper
    [all...]
post-install 147 # .IP command_directory
225 MOST_PARAMETERS="command_directory daemon_directory data_directory
272 if [ -n "$command_directory" ]
274 POSTCONF="$command_directory/postconf"
281 echo Re-run this command as $0 command_directory=/some/where. 1>&2
385 for path in "$daemon_directory" "$command_directory" "$queue_directory" \
436 POSTCONF="$command_directory/postconf"
479 "command_directory = $command_directory" \
postmulti-script 17 # command_directory - From primary instance
35 : ${command_directory:?"do not invoke this command directly"}
113 'multi_instance_wrapper = ${command_directory}/postmulti -p --' \
170 command_directory
postfix-tls-script 243 postconf=$command_directory/postconf
244 LOGGER="$command_directory/postlog -t $MAIL_LOGTAG/postfix-tls-script"
273 cd $command_directory || {
276 msg="no Postfix command directory '${command_directory}'"
  /src/external/ibm-public/postfix/dist/mantools/
xpostdef 33 command_directory
  /src/external/ibm-public/postfix/dist/
postfix-install 111 # .IP command_directory
257 CONFIG_PARAMS="command_directory daemon_directory data_directory \
589 for path in "$daemon_directory" "$data_directory" "$command_directory" "$queue_directory" \
607 for path in command_directory config_directory daemon_directory data_directory \
669 COMMAND_DIRECTORY=$install_root$command_directory
681 test -d $COMMAND_DIRECTORY || mkdir -p $COMMAND_DIRECTORY || exit 1
782 '$command_directory')
784 $COMMAND_DIRECTORY/$file || exit 1;
    [all...]
makedefs 164 # command_directory config_directory daemon_directory
1145 for parm_name in command_directory config_directory daemon_directory \

Completed in 17 milliseconds