Ignore:
Timestamp:
Apr 29, 2011, 3:35:40 PM (13 years ago)
Author:
Bruno Cornec
Message:

r2144@localhost (orig r2143): bruno | 2009-02-14 02:01:35 +0100
Really fix the Ubuntu issue with a separate /var this time


File:
1 edited

Legend:

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

    r2136 r2775  
    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.