- Timestamp:
- Jun 24, 2006, 6:08:01 PM (19 years ago)
- Location:
- branches/stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/analyze-my-lvm
r673 r678 169 169 170 170 ListLvmDrivesAndPartitions() { 171 $LVMCMD vgdisplay -v |grep "PV Name" | awk '{print $3}'171 $LVMCMD vgdisplay -v |grep "PV Name" | sed 's/(#)//' | awk '{print $3}' 172 172 } 173 173 -
branches/stable/mondo/mondo/common/libmondo-tools.c
r558 r678 605 605 606 606 run_program_and_log_output("uname -a", 5); 607 run_program_and_log_output("cat /etc/*-release", 5); 607 608 run_program_and_log_output("cat /etc/*issue*", 5); 608 609 sprintf(g_tmpfs_mountpt, "%s/tmpfs", bkpinfo->tmpdir);
Note:
See TracChangeset
for help on using the changeset viewer.