- Timestamp:
- Dec 8, 2005, 12:45:07 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mondo/mondo/common/libmondo-tools.c
r164 r166 581 581 582 582 log_it("isodir = %s", bkpinfo->isodir); 583 asprintf(&command, "df %s | tail -n1 | cut -d' ' -f1",583 asprintf(&command, "df -P %s | tail -n1 | cut -d' ' -f1", 584 584 bkpinfo->isodir); 585 585 log_it("command = %s", command);
Note:
See TracChangeset
for help on using the changeset viewer.