#158 closed defect (fixed)
restore-script edit-mountlist runs 'mondo-restore' (typo)
Reported by: | Scott Cummings | Owned by: | Bruno Cornec |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | mondo | Version: | 2.2.2 |
Severity: | minor | Keywords: | |
Cc: |
Description (last modified by )
I thought I saw mondorestore saying to run 'edit-mountlist', but I can't find it now. If it really tells you to run this script, then fixing this might save someone following the directions from stumbling here.
Proposed patch:
*** mondo-2.21~r1021/src/restore-scripts/mondo/edit-mountlist 2006-05-20 17:29:40.000000000 -0500 --- mondo-2.21~r1021/src/restore-scripts/mondo/edit-mountlist.new 2007-04-26 23:20:50.000000000 -0500 *************** *** 1,4 **** #!/bin/sh ! mondo-restore --edit-mountlist exit $? --- 1,4 ---- #!/bin/sh ! mondorestore --edit-mountlist exit $?
Change History (2)
comment:1 by , 18 years ago
Description: | modified (diff) |
---|---|
Milestone: | → 2.2.4 |
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in rev [1435]. Thanks for the report !