> The numbers are in the symlink names for ordering. If you want it startup > last, rename the symlink to be S17oracle. If you want it stop first, > rename the symlink to be K01oracle. The only catch is that you have to > understand the dependencies :)
Better yet, use either insserv or chkconfig to install the script. On SuSE, chkconfig reorders the startup and shutdown symlinks based on the dependencies you declare in the magic headers in the init scripts. Manually messing with this will cause problems, as the next rpm you install that contains a startup script will reorder everything. See my presentation on Linux startup for a description of the processing necessary to correctly install a service. -- db ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
