Ignore:
Timestamp:
Mar 10, 2024, 12:46:53 AM (4 months ago)
Author:
Bruno Cornec
Message:

More cleanup

  • Remove support for cd stream never really tested/useful/... (-C option removed for mondoarchive)
  • Remove dvdrecord specificities as obsolete
  • Remove types cdr and dvd to keep a single optical
  • Remove cdrw_speed param as obsolete now it's automatically detected
  • mondoarchive -c has no parameter anymore
  • Remove some useless global variables
  • Replaces some remaining /mnt/cdrom values by the define MNT_CDROM
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/common/newt-specific.c

    r3881 r3882  
    12261226 * Ask the user which backup media type they would like to use.
    12271227 * The choices are @p none (exit to shell), @c optical,
    1228  * @c tape, @c cdstream, @c udev (only when @p g_text_mode is TRUE), @c netfs,
     1228 * @c tape, @c udev (only when @p g_text_mode is TRUE), @c netfs,
    12291229 * and @c iso.
    12301230 * @param restoring TRUE if we're restoring, FALSE if we're backing up.
     
    12401240        char *title_sz = NULL;
    12411241        char *minimsg_sz = NULL;
    1242         static t_bkptype possible_bkptypes[] = { none, optical, tape, cdstream, udev, netfs, iso };
    1243         static char *possible_responses[] = { "none", "optical", "tape", "cdstream", "udev", "netfs", "iso", NULL };
     1242        static t_bkptype possible_bkptypes[] = { none, optical, tape, udev, netfs, iso };
     1243        static char *possible_responses[] = { "none", "optical", "tape", "udev", "netfs", "iso", NULL };
    12441244        char *outstr = NULL;
    12451245        char *instr = NULL;
Note: See TracChangeset for help on using the changeset viewer.