equal
  deleted
  inserted
  replaced
  
    
    
     1 #! /bin/sh  | 
     1 #! /bin/sh  | 
     2 ### BEGIN INIT INFO  | 
     2 ### BEGIN INIT INFO  | 
     3 # Provides:          hostname  | 
     3 # Provides:          ha-hostname  | 
     4 # Required-Start:  | 
     4 # Required-Start:  | 
     5 # Required-Stop:  | 
     5 # Required-Stop:  | 
         | 
     6 # Should-Start:      hostname  | 
     6 # Default-Start:     S  | 
     7 # Default-Start:     S  | 
     7 # Default-Stop:  | 
     8 # Default-Stop:  | 
     8 # Short-Description: Set hostname based on /etc/hostname  | 
     9 # Short-Description: Set hostname based on /etc/hostname  | 
     9 # Description:       Read the machines hostname from /etc/hostname, and  | 
    10 # Description:       Read the machines hostname from /etc/hostname, and  | 
    10 #                    update the kernel value with this value.  If  | 
    11 #                    update the kernel value with this value.  If  |