Changeset 2648 in MondoRescue for devel/mr


Ignore:
Timestamp:
Jun 13, 2010, 12:36:32 PM (14 years ago)
Author:
Bruno Cornec
Message:

r3873@localhost: bruno | 2010-06-10 12:28:15 +0200

  • Big renaming in progress mindi => mrmini
Location:
devel/mr
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • devel/mr/etc/mondorescue.conf

    r2541 r2648  
    77# DO NOT CHANGE THAT FILE IN ANYWAY AS ITS MD5 SUM IS USED AS A CHECK !!
    88# Anyway changing some values in your own configuration file may render
    9 # mindi instable or cause failures. Use with care.
     9# mrmini instable or cause failures. Use with care.
    1010
    1111# Temporary directory
    1212# Under it a temporary directory will be created to host all
    13 # temporary files for mindi. That subdirectory is erased at the end of mindi
     13# temporary files for mrmini. That subdirectory is erased at the end of mrmini
    1414#
    1515mr_tmp_dir default = /tmp
  • devel/mr/lib/MondoRescue/LVM.pm

    r2647 r2648  
    11#!/usr/bin/perl -w
    22#
    3 # Mindi subroutines related to LVM brought by the MondoRescue project
     3# Subroutines related to LVM brought by the MondoRescue project
    44#
    55# $Id$
  • devel/mr/post-install.sh

    r2540 r2648  
    3838
    3939echo "Copying files ..."
    40 #cp -af rootfs $sublocallib/mindi
    41 #chmod 755 $sublocallib/mindi/rootfs/sbin/*
    42 #install -m 644 msg-txt dev.tgz $sublocallib/mindi
    43 #install -m 644 deplist.txt udev.files proliant.files $conf
    44 
    4540cp etc/PBPROJ.conf $conf
    4641cat > $HEAD$PERLDIR/MondoRescue/DynConf.pm << EOF
  • devel/mr/sbin/mranalyze-lvm

    r2558 r2648  
    2525=head1 NAME
    2626
    27 mranalyze-lvm - A Mindi Tool to analyze the LVM configuration and store it
     27mranalyze-lvm - A MondoRescue Tool to analyze the LVM configuration and store it
    2828
    2929=head1 DESCRIPTION
     
    123123# Global variables
    124124#
    125 my $MINDI_VERSION = "PBVER-rPBREV";
    126 my $MINDI_PREFIX = "PBPREFIX";
    127 my $MINDI_CONF = "PBCONF";
    128 my $MINDI_LIB = "PBLIB";
    129 my $MINDI_SBIN = "$MINDI_PREFIX/sbin";
     125my $MRMINI_VERSION = "PBVER-rPBREV";
     126my $MRMINI_PREFIX = "PBPREFIX";
     127my $MRMINI_CONF = "PBCONF";
     128my $MRMINI_LIB = "PBLIB";
     129my $MRMINI_SBIN = "$MRMINI_PREFIX/sbin";
    130130
    131131# Init
  • devel/mr/sbin/mrcheck-lvm

    r2541 r2648  
    2525=head1 NAME
    2626
    27 mrcheck-lvm - A Mindi Tool to check the LVM basic info
     27mrcheck-lvm - A MondoRescue Tool to check the LVM basic info
    2828
    2929=head1 DESCRIPTION
     
    123123# Global variables
    124124#
    125 my $MINDI_VERSION = "PBVER-rPBREV";
    126 my $MINDI_PREFIX = "PBPREFIX";
    127 my $MINDI_CONF = "PBCONF";
    128 my $MINDI_LIB = "PBLIB";
    129 my $MINDI_SBIN = "$MINDI_PREFIX/sbin";
     125my $MRMINI_VERSION = "PBVER-rPBREV";
     126my $MRMINI_PREFIX = "PBPREFIX";
     127my $MRMINI_CONF = "PBCONF";
     128my $MRMINI_LIB = "PBLIB";
     129my $MRMINI_SBIN = "$MRMINI_PREFIX/sbin";
    130130
    131131# Init
Note: See TracChangeset for help on using the changeset viewer.