ainul hizriadi wrote: >> You really want the answer to 2.19. If you modify the XML of a >> system-supplied manifest, it will be overwritten the next time you >> upgrade and the system provides a new version of the manifest. > > Thank you so much for the explanation. So, if i upgrade my system to the > newest build, all the modify that i make to the xml file is overwritten with > a new version, isn't it? >
Close, your custom manifest will be replaced only if there's a updated version of the system provided manifest. > I'm sorry, but i want to ask another question. > When i check the project property at apache's service, i think apache is > start using the project that i want > > # svcprop -p start/project apache22 > group.webservd > > But, when i see the apache's service with ps -eo user,pid,project,args | grep > apache command, i got this output > > webservd 1593 system /usr/apache2/2.2/bin/httpd -k start > webservd 1594 system /usr/apache2/2.2/bin/httpd -k start > root 896 group.webservd /usr/apache2/2.2/bin/httpd -k start > webservd 1494 group.webservd /usr/apache2/2.2/bin/httpd -k start > webservd 1495 group.webservd /usr/apache2/2.2/bin/httpd -k start > webservd 1592 system /usr/apache2/2.2/bin/httpd -k start > webservd 1591 system /usr/apache2/2.2/bin/httpd -k start > webservd 1493 group.webservd /usr/apache2/2.2/bin/httpd -k start > webservd 1589 system /usr/apache2/2.2/bin/httpd -k start > webservd 1491 group.webservd /usr/apache2/2.2/bin/httpd -k start > root 1584 system /usr/apache2/2.2/bin/httpd -k start > webservd 1492 group.webservd /usr/apache2/2.2/bin/httpd -k start > > Why i still get some apache's services running with system project? > Strange. How many instances of apache do you have running? Can you verify that these processes belong to the same contract, use 'ptree -c 896'? For completeness, can you provide output from 'svcprop -p start http'? -tn