Allow SIGTERM for interruption.
authorNicolas Despres <nicolas.despres@gmail.com>
Wed, 16 Apr 2014 08:05:25 +0000 (10:05 +0200)
committerNicolas Despres <nicolas.despres@gmail.com>
Fri, 24 Apr 2015 14:40:03 +0000 (16:40 +0200)
commitb4bc5cf7c924be251a5c8abdfca58f47c3f5c185
treead8fd16c3285fb8582734148663b8ce18d7cc77c
parentb2b8f3a12d3323c4273aa63460f482d6f7f03211
Allow SIGTERM for interruption.

Default signal sent by many other programs (mainly kill(1)) to gently
terminates another one is SIGTERM.
src/subprocess-posix.cc
src/subprocess.h
src/subprocess_test.cc