Changeset 2824 in MondoRescue
- Timestamp:
- May 20, 2011, 2:32:26 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/common/libmondo-tools.c
r2769 r2824 179 179 malloc_string(tmp); 180 180 strcpy(tmp, 181 "for i in `find /root /home - type d -name Desktop -maxdepth 2`; do \181 "for i in `find /root /home -maxdepth 2 -type d -name Desktop`; do \ 182 182 file=$i/.directory; if [ -f \"$file\" ] ; then mv -f $file $file.old ; \ 183 183 awk '{if (index($0, \"rootimagesmindi\")) { while (length($0)>2) { getline;} ; } \
Note:
See TracChangeset
for help on using the changeset viewer.