Changeset 755 in MondoRescue for branches/stable/mondo


Ignore:
Timestamp:
Aug 7, 2006, 1:15:58 AM (18 years ago)
Author:
Bruno Cornec
Message:
  • Use _defaultdocdir instead of RPM_DOC_DIR for doc built
  • %doc in spec files reviewed
  • Log file for all build scripts
  • Fix a bug for ebuild
  • src file is now name-verion.tar.gz (without TAG)
  • deb pkgs should now be copied on ftp server
  • Fix 2 warnings in mondo
  • Fix a bug introduced for LVM on Debian hopefully
  • Fix a bug on old distros where mktemp needs a template
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/mondo/common/libmondo-files.c

    r737 r755  
    12141214
    12151215    /*@ buffers ******** */
    1216     char outfile[MAX_STR_LEN];
    12171216    char nfs_dev[MAX_STR_LEN];
    12181217    char nfs_mount[MAX_STR_LEN];
     
    12271226    /*@ pointers ***** */
    12281227    char *p;
    1229     FILE *fout;
    1230 
    1231 
    12321228
    12331229    log_it("Storing NFS configuration");
Note: See TracChangeset for help on using the changeset viewer.