Ignore:
Timestamp:
Jul 27, 2007, 1:19:42 AM (17 years ago)
Author:
Bruno Cornec
Message:

Remove the useless modify_rclocal_one_time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/mondorestore/mondo-restore.c

    r1547 r1579  
    614614    clean_blkid(bkpinfo);
    615615    protect_against_braindead_sysadmins();
    616     //  modify_rclocal_one_time( MNT_RESTORING "/etc" );
    617616    retval += unmount_all_devices(mountlist);
    618617    /*  if (restore_some || restore_all || */
     
    853852    clean_blkid(bkpinfo);
    854853    protect_against_braindead_sysadmins();
    855     //  modify_rclocal_one_time( MNT_RESTORING "/etc" );
    856854    retval += unmount_all_devices(mountlist);
    857855    mvaddstr_and_log_it(g_currentY,
Note: See TracChangeset for help on using the changeset viewer.