lib.sh (mrouted-4.3) | : | lib.sh (mrouted-4.4) | ||
---|---|---|---|---|
skipping to change at line 466 | skipping to change at line 466 | |||
topo_teardown | topo_teardown | |||
;; | ;; | |||
*) | *) | |||
print "No such topology: $t" | print "No such topology: $t" | |||
exit 1 | exit 1 | |||
;; | ;; | |||
esac | esac | |||
} | } | |||
# Runs once when including lib.sh | # Runs once when including lib.sh | |||
PATH=/sbin:/usr/sbin:$PATH | ||||
mkdir -p "/tmp/$NM" | mkdir -p "/tmp/$NM" | |||
touch "/tmp/$NM/PIDs" | touch "/tmp/$NM/PIDs" | |||
trapit signal INT TERM QUIT EXIT | trapit signal INT TERM QUIT EXIT | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |