- Timestamp:
- May 31, 2006, 11:36:08 AM (19 years ago)
- Location:
- branches/stable
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/mondo/mondoarchive/mondo-cli.c
r543 r603 358 358 char *tmp1; 359 359 char *psz; 360 char *p; 361 char *q; 360 362 361 363 long itbs; … … 444 446 } 445 447 asprintf(&tmp1, flag_val['I']); 446 char *p = tmp1;447 char *q = tmp1;448 p = tmp1; 449 q = tmp1; 448 450 449 451 /* Cut the flag_val['I'] in parts containing all paths to test them */ -
branches/stable/tools/DISTROS
r550 r603 8 8 rhel_3 9 9 rhel_4 10 suse_10 10 suse_10.0 11 11 sles_9 12 12 gentoo_2006 -
branches/stable/tools/build2qemu
r599 r603 91 91 if [ "$proces" != "" ]; then 92 92 kill $proces 93 sleep 10 93 94 fi 94 95 fi -
branches/stable/tools/mkqemu
r572 r603 15 15 ipvm=10.0.2.15 16 16 17 if [ _"$sp" = _"" ]; then 18 sp=2223 19 fi 20 17 21 qemu -m 256 $QEMUOPT -redir tcp:${sp}:${ipvm}:22 /users/qemu/$m.qemu
Note:
See TracChangeset
for help on using the changeset viewer.