Ignore:
Timestamp:
Sep 1, 2007, 12:07:44 AM (17 years ago)
Author:
Bruno Cornec
Message:

manual_cd_tray => manual_tray and usage of conf file for that field

File:
1 edited

Legend:

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

    r1594 r1609  
    7575 * Call mkisofs to create an ISO image.
    7676 * @param bkpinfo The backup information structure. Fields used:
    77  * - @c bkpinfo->manual_cd_tray
     77 * - @c bkpinfo->manual_tray
    7878 * - @c bkpinfo->backup_media_type
    7979 * - @c bkpinfo->please_dont_eject_when_restoring
     
    134134    mr_msg(4, "Calling open_evalcall_form() with what_i_am_doing='%s'",
    135135            what_i_am_doing);
    136     if (bkpinfo->manual_cd_tray) {
     136    if (bkpinfo->manual_tray) {
    137137        /* Find everything after a 2>> and remove it */
    138138        p = strstr(command, "2>>");
Note: See TracChangeset for help on using the changeset viewer.