Changeset 2921 in MondoRescue


Ignore:
Timestamp:
Dec 22, 2011, 4:59:33 PM (12 years ago)
Author:
Bruno Cornec
Message:
  • Remove all mention of mondorescue.com from code
Location:
branches/3.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/mindi

    r2919 r2921  
    485485    [ ! -e "$MBOOTC32" ] && MBOOTC32=/usr/share/lib64/syslinux/mboot.c32
    486486    [ ! -e "$MBOOTC32" ] && MBOOTC32=`find / -name mboot.c32 | grep -x "/.*/mboot.c32"`
    487     [ ! -e "$MBOOTC32" ] && Die "Please install mboot.c32 first. If your syslinux RPM doesn't include mboot.c32, you may download an isolinux RPM from Mondo's website - go to http://www.mondorescue.com and click on 'Download'"
     487    [ ! -e "$MBOOTC32" ] && Die "Please install mboot.c32 first. If your syslinux RPM doesn't include mboot.c32, you may download an isolinux RPM from Mondo's website - go to http://www.mondorescue.org/downloads.shtml"
    488488    LogFile "Found mboot.c32 at $MBOOTC32"
    489489}
     
    497497    [ ! -e "$ISOLINUX" ] && ISOLINUX=/usr/share/lib64/syslinux/isolinux.bin
    498498    [ ! -e "$ISOLINUX" ] && ISOLINUX=`find / -name isolinux.bin | grep -x "/.*/isolinux.bin"`
    499     [ ! -e "$ISOLINUX" ] && Die "Please install isolinux first. If your syslinux RPM doesn't include isolinux, you may download an isolinux RPM from Mondo's website - go to http://www.mondorescue.com and click on 'Download'"
     499    [ ! -e "$ISOLINUX" ] && Die "Please install isolinux first. If your syslinux RPM doesn't include isolinux, you may download an isolinux RPM from Mondo's website - go to http://www.mondorescue.org/downloads.shtml"
    500500    echo "Found isolinux.bin at $ISOLINUX" >> $LOGFILE
    501501}
  • branches/3.0/mondo/src/common/libmondo-files.c

    r2903 r2921  
    923923        log_to_screen(errorstr);
    924924        log_to_screen
    925             ("There may be hyperlink at http://www.mondorescue.com which");
     925            ("There may be hyperlink at http://www.mondorescue.org/downloads.shtml which");
    926926        log_to_screen("will take you to the relevant (missing) package.");
    927927        return (1);
Note: See TracChangeset for help on using the changeset viewer.