Changeset 192 in MondoRescue
- Timestamp:
- Dec 13, 2005, 9:35:51 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.05/mondo/mondo/common/libmondo-files.c
r148 r192 1222 1222 call_program_and_get_last_line_of_output(command)); 1223 1223 sprintf(command, 1224 "route | egrep '^default' | awk '{printf $2}'");1224 "route -n | grep '^0.0.0.0' | awk '{printf $2}'"); 1225 1225 strcpy(nfs_client_defgw, 1226 1226 call_program_and_get_last_line_of_output(command));
Note:
See TracChangeset
for help on using the changeset viewer.