Changeset 2270 for box/trunk/infrastructure/makebuildenv.pl.in
- Timestamp:
- 06/09/2008 11:44:47 (4 years ago)
- File:
-
- 1 edited
-
box/trunk/infrastructure/makebuildenv.pl.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/infrastructure/makebuildenv.pl.in
r2240 r2270 420 420 } 421 421 422 423 422 print TESTFILE <<__E; 424 423 echo Removing old test files... … … 445 444 { 446 445 print TESTFILE <<__E; 446 447 447 # echo Killing any running daemons... 448 test -r testfiles/bbackupd.pid && kill `cat testfiles/bbackupd.pid` 449 test -r testfiles/bbstored.pid && kill `cat testfiles/bbstored.pid` 448 test -r testfiles/bbackupd.pid \\ 449 && kill -0 `cat testfiles/bbackupd.pid` \\ 450 && kill `cat testfiles/bbackupd.pid` 451 452 test -r testfiles/bbstored.pid \\ 453 && kill -0 `cat testfiles/bbstored.pid` \\ 454 && kill `cat testfiles/bbstored.pid` 450 455 __E 451 456 }
Note: See TracChangeset
for help on using the changeset viewer.
