salt/scripts
Jeff Schroeder 021cebbbf3 Teach all non-daemon scripts how to cleanly exit on CTRL-c
Using: raise SystemExit('some message')

is equivalent to:
sys.stderr.write('some message\n')
sys.exit(1)
2011-12-20 19:09:27 -08:00
..
salt Teach all non-daemon scripts how to cleanly exit on CTRL-c 2011-12-20 19:09:27 -08:00
salt-call Teach all non-daemon scripts how to cleanly exit on CTRL-c 2011-12-20 19:09:27 -08:00
salt-cp Teach all non-daemon scripts how to cleanly exit on CTRL-c 2011-12-20 19:09:27 -08:00
salt-key Teach all non-daemon scripts how to cleanly exit on CTRL-c 2011-12-20 19:09:27 -08:00
salt-master file permissions: from 775 to 755 2011-11-14 15:49:06 +00:00
salt-minion file permissions: from 775 to 755 2011-11-14 15:49:06 +00:00
salt-run Teach all non-daemon scripts how to cleanly exit on CTRL-c 2011-12-20 19:09:27 -08:00
salt-syndic file permissions: from 775 to 755 2011-11-14 15:49:06 +00:00