freebsd-dev/cmd/arcstat
Isaac Huang 312f82ce65 sighandler() should take 2 arguments
Stopping arcstat.py with ^C always ends up with error:
TypeError: sighandler() takes no arguments (2 given)

Since no special signal handling was done in sighandler(),
it's simpler to just set SIGINT handler to SIG_DFL, which
terminates the script.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Isaac Huang <he.huang@intel.com>
Closes #2179
2014-03-20 11:03:46 -07:00
..
arcstat.py sighandler() should take 2 arguments 2014-03-20 11:03:46 -07:00
Makefile.am Modified arcstat.py to run on linux 2013-06-18 15:43:15 -07:00