2310N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2310N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3216N/A /usr/lib/pkg.sysrepo \
3216N/A -c ${SYSREPO_CACHE_DIR} \
3216N/A -h ${SYSREPO_HOST} \
3216N/A -l ${SYSREPO_LOG_DIR} \
3216N/A -p ${SYSREPO_PORT} \
3216N/A -r ${SYSREPO_RUNTIME_DIR} \
3216N/A -s ${SYSREPO_CACHE_MAX} \
3216N/A -t ${SYSREPO_TEMPLATE_DIR} \
2310N/A check_failure $? "Server failed to start. Check the SMF service log or the error log at ${SYSREPO_LOG_DIR}/error_log for more information, if any."
2310N/A check_failure $? "Server failed to refresh. Check the SMF service log or the error log at ${SYSREPO_LOG_DIR}/error_log for more information, if any."
2310N/A check_failure $? "Server failed to stop. Check the SMF service log or the error log at ${SYSREPO_LOG_DIR}/error_log for more information, if any."
2310N/Aexit $SMF_EXIT_OK