rc.halt,reboot changes!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



rc.halt,reboot carries echo messages for SIGTERM and SIGKILL they are
removed dure to the redundancy. 
-Harshavardhana
* local directory is at gluster@xxxxxxxxxx/gluster--mainline--1.0--patch-83
* comparing to gluster@xxxxxxxxxx/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 "




[Index of Archives]     [Gluster Users]     [Ceph Users]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux