- Timestamp:
- Dec 13, 2005, 4:40:52 PM (19 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mindi/README.ia64
r30 r194 8 8 9 9 mv /sbin/fdisk /usr/local/bin/fdisk 10 ln -sf / usr/share/mindi/parted2fdisk.pl /sbin/fdisk10 ln -sf /sbin/parted2fdisk.pl /sbin/fdisk 11 11 Verify that /usr/local/bin is in your path or add it. 12 12 -
trunk/mondo/mondo/common/libmondo-files.c
r171 r194 1079 1079 1080 1080 asprintf(&command, 1081 "route | egrep '^default' | awk '{printf $2}'");1081 "route -n | grep '^0.0.0.0' | awk '{printf $2}'"); 1082 1082 asprintf(&nfs_client_defgw, 1083 1083 call_program_and_get_last_line_of_output(command));
Note:
See TracChangeset
for help on using the changeset viewer.