Index: doc/src/sgml/runtime.sgml
===================================================================
RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/src/sgml/runtime.sgml,v
retrieving revision 1.63
diff -c -r1.63 runtime.sgml
*** doc/src/sgml/runtime.sgml	2001/05/04 23:11:37	1.63
--- doc/src/sgml/runtime.sgml	2001/05/07 15:53:22
***************
*** 254,264 ****
  
      <listitem>
       <para>
!       On <productname>Solaris</productname>, edit the file
!       <filename>rc2.d</filename> to contain the following single line:
  <programlisting>
  su - postgres -c "/usr/local/pgsql/bin/pg_ctl start -l logfile -D /usr/local/pgsql/data"
  </programlisting>
       </para>
      </listitem>
     </itemizedlist>
--- 254,267 ----
  
      <listitem>
       <para>
!       On <productname>Solaris</productname>, create a file called
!       <filename>/etc/init.d/postgresql</filename> to contain the following 
!       single line:
  <programlisting>
  su - postgres -c "/usr/local/pgsql/bin/pg_ctl start -l logfile -D /usr/local/pgsql/data"
  </programlisting>
+       Then, create a symlink to it in <filename>/etc/rc3.d</> as
+       <literal>S99postgresql</>.
       </para>
      </listitem>
     </itemizedlist>
