ha_config.in

来自「linux集群服务器软件代码包」· IN 代码 · 共 41 行

IN
41
字号
#!/bin/sh##       This script contains some variables for linux-ha which#       are set at configure time.##       Created to alow this information to be passed to#       debian postinst scripts. Might be useful for other#       stuff too.## /var/lib directoryHA_VARLIBDIR="@HA_VARLIBDIR@" # directory to drop core files intoHA_COREDIR="@HA_COREDIR@" # Group to own API fifosHA_APIGROUP="@HA_APIGROUP@" # GID to own API fifosHA_APIGID="@HA_APIGID@" # User to own CCM fifosHA_CCMUSER="@HA_CCMUSER@" # UID to own CCM fifosHA_CCMUID="@HA_CCMUID@" # Init start priorityHB_INITSTARTPRI="@HB_INITSTARTPRI@" # Init stop priorityHB_INITSTOPPRI="@HB_INITSTOPPRI@" # heartbeat rc script directoryHB_RC_DIR="@HB_RC_DIR@" # Version number of packageVERSION="@VERSION@"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?