Changeset 5910
- Timestamp:
- 07/24/08 14:36:57 (2 months ago)
- Location:
- trunk/centreon/libinstall
- Files:
-
- 3 modified
-
CentCore.sh (modified) (1 diff)
-
CentStorage.sh (modified) (2 diffs)
-
functions (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/centreon/libinstall/CentCore.sh
r5687 r5910 134 134 cp $TMPDIR/final/centcore.init.d $INSTALL_DIR_CENTREON/examples/centcore.init.d 135 135 136 yes_no_default "$(gettext "Do you want Iinstall CentCore init script ?")"136 yes_no_default "$(gettext "Do you want me to install CentCore init script ?")" 137 137 if [ $? -eq 0 ] ; then 138 138 $INSTALL_DIR/cinstall $cinstall_opts -m 755 \ -
trunk/centreon/libinstall/CentStorage.sh
r5687 r5910 146 146 cp $TMPDIR/final/centstorage.init.d $INSTALL_DIR_CENTREON/examples/centstorage.init.d 147 147 148 yes_no_default "$(gettext "Do you want Iinstall CentStorage init script ?")"148 yes_no_default "$(gettext "Do you want me to install CentStorage init script ?")" 149 149 if [ $? -eq 0 ] ; then 150 150 log "INFO" "$(gettext "CentStorage init script installed")" … … 152 152 $TMPDIR/final/centstorage.init.d \ 153 153 $INIT_D/centstorage >> $LOG_FILE 2>&1 154 yes_no_default "$(gettext "Do you want Iinstall CentStorage run level ?")"154 yes_no_default "$(gettext "Do you want me to install CentStorage run level ?")" 155 155 if [ $? -eq 0 ] ; then 156 156 install_init_service "centstorage" | tee -a $LOG_FILE -
trunk/centreon/libinstall/functions
r5734 r5910 2030 2030 local not_clean="1" 2031 2031 while [ $not_clean -ne 0 ] ; do 2032 yes_no_default "$(gettext "Do you want I remove acentreon temporary working space to continue installation ?")" "$yes"2032 yes_no_default "$(gettext "Do you want me to remove the centreon temporary working space to continue installation ?")" "$yes" 2033 2033 if [ "$?" -eq 0 ] ; then 2034 2034 local tmp_base_dir=`dirname $TMPDIR` … … 2066 2066 log "INFO" "$(gettext "New sudo file generate in:") $sudo_clean" 2067 2067 if [ "$validate" -eq 1 ] ; then 2068 yes_no_default "$(gettext "Do you want Iclean your sudo files ? (clean centreon config)")"2068 yes_no_default "$(gettext "Do you want me to clean your sudo files ? (clean centreon config)")" 2069 2069 RC="$?" 2070 2070 fi
