[Gluster-devel] rc.halt,reboot changes!
Harshavardhana Ranganath
harsha at 80x25.org
Fri Jun 30 08:39:57 UTC 2006
rc.halt,reboot carries echo messages for SIGTERM and SIGKILL they are
removed dure to the redundancy.
-Harshavardhana
-------------- next part --------------
* local directory is at gluster at sv.gnu.org/gluster--mainline--1.0--patch-83
* comparing to gluster at sv.gnu.org/gluster--mainline--1.0--patch-83
M ramdisk/skel-master/etc/rc.d/rc.halt
M ramdisk/skel-master/etc/rc.d/rc.reboot
M ramdisk/skel-slave/etc/rc.d/rc.halt
M ramdisk/skel-slave/etc/rc.d/rc.reboot
* modified files
--- orig/ramdisk/skel-master/etc/rc.d/rc.halt
+++ mod/ramdisk/skel-master/etc/rc.d/rc.halt
@@ -18,10 +18,10 @@
cd /;
-echo " Sending SIGTERM to all processes "
+# echo " Sending SIGTERM to all processes "
killall5 -15 && sleep 1;
-echo " Sending SIGKILL to all processes "
+# echo " Sending SIGKILL to all processes "
killall5 -9 && sleep 1;
echo " Umounting all filesystems "
--- orig/ramdisk/skel-master/etc/rc.d/rc.reboot
+++ mod/ramdisk/skel-master/etc/rc.d/rc.reboot
@@ -18,10 +18,10 @@
cd /;
-echo " Sending SIGTERM to all processes "
+# echo " Sending SIGTERM to all processes "
killall5 -15 && sleep 1;
-echo " Sending SIGKILL to all processes "
+# echo " Sending SIGKILL to all processes "
killall5 -9 && sleep 1;
echo " Umounting all filesystems "
--- orig/ramdisk/skel-slave/etc/rc.d/rc.halt
+++ mod/ramdisk/skel-slave/etc/rc.d/rc.halt
@@ -18,10 +18,10 @@
cd /;
-echo " Sending SIGTERM to all processes "
+# echo " Sending SIGTERM to all processes "
killall5 -15 && sleep 1;
-echo " Sending SIGKILL to all processes "
+# echo " Sending SIGKILL to all processes "
killall5 -9 && sleep 1;
echo " Umounting all filesystems "
--- orig/ramdisk/skel-slave/etc/rc.d/rc.reboot
+++ mod/ramdisk/skel-slave/etc/rc.d/rc.reboot
@@ -18,10 +18,10 @@
cd /;
-echo " Sending SIGTERM to all processes "
+# echo " Sending SIGTERM to all processes "
killall5 -15 && sleep 1;
-echo " Sending SIGKILL to all processes "
+# echo " Sending SIGKILL to all processes "
killall5 -9 && sleep 1;
echo " Umounting all filesystems "
More information about the Gluster-devel
mailing list