An error occurred while fetching this tab.
Better os support init.d
- Jan 28, 2014
-
-
Jens Neuhalfen authored
-
Jens Neuhalfen authored
Some systems, e.g. Illumos, have an alias for 'stop' in /bin/sh that prevents the call to the stop function in the script. Fixed by calling '\stop' instead of 'stop'.
-
Jens Neuhalfen authored
init.d script: 'ps -0' to test for a running process with a given pid is not supported on all systems (e.g. Solaris, illumos). Replace with 'ps -p', which works on more systems. Tested on SmartOS (illumos), Mac OS X Maverick (10.9.1), and Ubuntu 12.04.4 LTS
-
Jens Neuhalfen authored
-
- Jan 23, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-