Changeset 1293 in MondoRescue for branches/stable/mondo/src/common
- Timestamp:
- Apr 11, 2007, 7:03:48 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/common/newt-specific.c
r1264 r1293 256 256 char *tmp = NULL; 257 257 258 mr_asprintf(&tmp,"kill `ps %s | grep \" %s \" | awk '{print %s;}' | grep -v x \"\\?\"`", ps_options, str, ps_proc_id);258 mr_asprintf(&tmp,"kill `ps %s | grep \" %s \" | awk '{print %s;}' | grep -v \"grep\"`", ps_options, str, ps_proc_id); 259 259 run_program_and_log_output(tmp, TRUE); 260 260 mr_free(tmp);
Note:
See TracChangeset
for help on using the changeset viewer.