# Jim McDonald - 2007-10-12 # apache.xml - This file is the manifest for adding apache to # the Solaris 10 startup process # This should have been done during the installation # but if it has not been done then do the following: # # mkdir /var/svc/manifest/application/apache # ln -s /opt/apache/conf/smf/apache.xml /var/svc/manifest/application/apache/apache.xml # /usr/sbin/svccfg import /var/svc/manifest/application/apache/apache.xml # # or you can create init scripts for /etc/rcX.d if you prefer.