Letzte Änderung am 2006-08-17 21:50:32 von Richard 
        
          Erweiterungen:
      
// Start the service: 
# update-rc.d //service// defaults 
# update-rc.d -f //service// remove 
 
              Löschungen:
      Start the service: %%# update-rc.d service defaults 
# update-rc.d -f service remove 
    
    
  
          Editiert am 2006-08-17 21:49:31 von Richard proofing
        
          Erweiterungen:
      Start the service: 
# update-rc.d //service// defaults 
// Remove the service: 
# update-rc.d -f //service// remove 
Example: 
 
# update-rc.d -n -f apache defaults
 shows only which one would be added, however it adds nothing. 
Example: 
 
# update-rc.d  apache defaults%% and now apache is added to the default values.
              Löschungen:
      Start the service: 
update-rc.d service defaults 
Remove service: 
update-rc.d -f service remove 
Example: update-rc.d -n -f apache defaults
shows only which one would be added, however it adds nothing. 
Example: update-rc.d  apache defaults
then apache is added to the default values.
    
    
  
    älteste bekannte Version dieser Seite wurde bearbeitet am 2005-02-14 02:59:43 von OffTopic [  ]
        
    Use of rc.d update
Start the service: 
update-rc.d 
service defaults 
Remove service: 
update-rc.d -f 
service remove 
A startscript for the service to be started must be present in 
/ etc/init.d .
Example: update-rc.d -n -f apache defaults
shows only which one would be added, however it adds nothing. 
Example: update-rc.d  apache defaults
then apache is added to the default values.
  
 
  
Letzter Editor :
Eigentümer :