Changeset 179 in MondoRescue for branches/2.05/mondo


Ignore:
Timestamp:
Dec 12, 2005, 7:50:21 PM (20 years ago)
Author:
bcornec
Message:

New locations for mondo and mindi:

for distros for file base install


/usr/sbin/mindi /usr/local/sbin/mindi
/usr/sbin/analyze-my-lvm /usr/local/sbin/analyze-my-lvm
/usr/sbin/mondoarchive /usr/local/sbin/mondoarchive
/usr/sbin/mondorestore /usr/local/sbin/mondorestore
/etc/m?nd? /usr/local/etc/m?nd?
/usr/share/doc/m?nd?* /usr/local/share/doc/m?nd?*
/usr/share/man/man8/m?nd?*.8 /usr/local/share/man/man8/m?nd?*.8
/usr/lib/m?nd? /usr/local/lib/m?nd?

(mondo needs to be finished - untested yet)

Location:
branches/2.05/mondo
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/2.05/mondo/configure.in

    r102 r179  
    1 dnl Autoconfigure file for Mondo Rescue v2.0x_berlios
     1dnl Autoconfigure file for Mondo Rescue v2.0x
    22dnl Mondo by Hugo Rabson
    33dnl This script by Joshua Oreman
  • TabularUnified branches/2.05/mondo/mondo.spec

    r102 r179  
    124124
    125125%attr(755,root,root) %{_sbindir}/*
    126 %attr(755,root,root) %{_datadir}/%{name}/restore-scripts/%{name}
    127 %{_datadir}/%{name}
     126%attr(755,root,root) %{_libdir}/%{name}/restore-scripts/%{name}
     127%{_libdir}/%{name}
    128128%{_mandir}/*
    129129%{_libdir}/*
     
    139139- ia64 is now working
    140140- -p option related bug fixed
     141- use libdir instead of datadir
    141142
    142143* Tue Sep 06 2005 Bruno Cornec <bcornec@users.berlios.de> 2.04_berlios
  • TabularUnified branches/2.05/mondo/mondo/Makefile.am

    r102 r179  
    44DIST_SUBDIRS   = common mondoarchive mondorestore xmondo docs restore-scripts
    55
    6 pkgdata_DATA   = do-not-compress-these autorun
     6pkglib_DATA   = do-not-compress-these autorun
    77
    88install-data-hook: post-nuke.sample
    9     cp -R post-nuke.sample $(pkgdatadir)/
     9    cp -R post-nuke.sample $(pkglibdir)/
  • TabularUnified branches/2.05/mondo/mondo/mondorestore/mondo-restore.c

    r128 r179  
    33713371        toggle_node_selection(filelist, FALSE);
    33723372        toggle_all_root_dirs_on(filelist);
     3373        // BERLIOS: /usr/lib ???
    33733374        toggle_path_selection(filelist, "/usr/share", TRUE);
    33743375//      show_filelist(filelist);
  • TabularUnified branches/2.05/mondo/mondo/restore-scripts/Makefile.am

    r30 r179  
    11SUBDIRS = mondo usr
    22
    3 restoreetcdir       = $(pkgdatadir)/restore-scripts/etc
     3restoreetcdir       = $(pkglibdir)/restore-scripts/etc
    44restoreetc_DATA     = etc/multipath.conf.sample etc/raid0.conf.sample \
    55                      etc/raid1.conf.sample etc/raid4.conf.sample \
  • TabularUnified branches/2.05/mondo/mondo/restore-scripts/mondo/Makefile.am

    r30 r179  
    1 restoremondodir      = $(pkgdatadir)/restore-scripts/mondo
     1restoremondodir      = $(pkglibdir)/restore-scripts/mondo
    22restoremondo_SCRIPTS = ISO ask-me-a-question compare-me compare-subroutine-me \
    33                       edit-mountlist grub-MR hack-fstab hack-grub hack-lilo hack-elilo \
  • TabularUnified branches/2.05/mondo/mondo/restore-scripts/usr.bin/Makefile.am

    r30 r179  
    1 restoreusrbindir      = $(pkgdatadir)/restore-scripts/usr/bin
     1restoreusrbindir      = $(pkglibdir)/restore-scripts/usr/bin
    22#restoreusrbin_SCRIPTS = # petris pico nano
  • TabularUnified branches/2.05/mondo/mondo/restore-scripts/usr/bin/Makefile.am

    r30 r179  
    1 restoreusrbindir      = $(pkgdatadir)/restore-scripts/usr/bin
     1restoreusrbindir      = $(pkglibdir)/restore-scripts/usr/bin
    22#restoreusrbin_SCRIPTS = petris nano
  • TabularUnified branches/2.05/mondo/mondo/xmondo/Makefile.am

    r30 r179  
    77xmondo_LDADD    = ../common/libXmondo.la $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT) $(LIBSOCKET) -L/usr/local/lib -L/usr/X11R6/lib
    88xmondo_LDFLAGS  = $(all_libraries) @my_qt_libraries@ @my_kde_libraries@ $(KDE_RPATH)
    9 pkgdata_DATA    = mondo.png
     9pkglib_DATA    = mondo.png
    1010
    1111xmondobackup.moc.cpp: xmondobackup.h
Note: See TracChangeset for help on using the changeset viewer.