Changeset 2143 in MondoRescue


Ignore:
Timestamp:
Feb 14, 2009, 2:01:35 AM (15 years ago)
Author:
Bruno Cornec
Message:

Really fix the Ubuntu issue with a separate /var this time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/mondorestore/mondo-rstr-tools.c

    r2136 r2143  
    723723/* To support latest Ubuntu where /var is a separate FS Cf: http://linux.derkeiler.com/Mailing-Lists/Ubuntu/2007-04/msg01319.html */
    724724run_program_and_log_output("mkdir -p " MNT_RESTORING
    725                        "/var/lock /var/run", FALSE);
     725                       "/var/lock", FALSE);
     726run_program_and_log_output("mkdir -p " MNT_RESTORING
     727                       "/var/run", FALSE);
    726728run_program_and_log_output("chmod 777 " MNT_RESTORING "/dev/null",
    727729                       FALSE);
Note: See TracChangeset for help on using the changeset viewer.