Re: Running scripts during boot up



I just saw the rc file.

The scripts are called by passing "start", "stop" parameters in it.

and in rc.shutdown there is this command in it.

/etc/rc.d/rc 6

so i guess this rc file is like a controller, that controls the calling
of scripts during starting up and shuting down.

correct me if im wrong
:)

.



Relevant Pages

  • PC8477 Demo Program
    ... The PC8477 Demo Program is designed to allow access to all software commands and registers of National Semiconductor's PC8477 Advanced Floppy Disk Controller. ... The left center indicates the number of bytes transferred during the last command issued. ...
    (comp.sys.ibm.ps2.hardware)
  • Re: How to Define a global const class variable in MFC?
    ... selecting a specific embedded device the corresponding file will be loaded ... I also need to create many dialog controls for each command set to get ... *simplest* controller ... I've learned here but my original problem was to store those const variables ...
    (microsoft.public.vc.mfc)
  • HSG60 SCSI write abort on unit, not disk
    ... I have a HSG60 controller with mirror sets on it. ... I have also included the description of the Instance and the SCSI ... SCSI Command Opcode: 42. ... Sense Data Qualifiers: 64. ...
    (Tru64-UNIX-Managers)
  • Re: sata_nv + ADMA + Samsung disk problem
    ... In a nutshell, with ADMA enabled, FLUSH_EXT occasionally times out. ... some issues cropped up with command timeouts when a cache flush command was immediately followed by an NCQ write. ... to, however it seems like the controller would get hung in that state, and we would time out with no notifiers set, the gen_ctl register not indicating interrupt status, and the CPB response flags still 0 as we left them, seemingly indicating the controller hasn't done anything with it. ...
    (Linux-Kernel)
  • Re: how to handle two submit buttons in form? (webpage)
    ... Here's an example of the latter, in the form of a method that would be common to doPostand doGetin a page's controller servlet. ... assume that the value of the "command" request parameter corresponds to the desired action. ... The process extracts the value of the command button, looks up the appropriate logic implementation based on the command, captures the result of that logic, embeds it in a request attribute and forwards to the next view. ... throws ServletException, IOException ...
    (comp.lang.java.help)