AlexG
The command syntax is slightly different in sme7, so you can do the following (replacing file names with those you used of course)
rm /etc/passwordfilename
rm /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf 50AddSecureIbayFolder
expand-template /etc/httpd/conf/httpd.conf
sv t /service/httpd-e-smith
It is recommended practise to check that the service did actually restart and is running, with
sv s /service/httpd-e-smith
The way is?
- Editing the custom template
- Expanding the template with '/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf <enter>'
- restarting the httpd-e-smith with 'sv t /service/httpd-e-smith <enter>'
Yes, but in sme7 you can leave out the /sbin/e-smith/ part ie
'expand-template /etc/httpd/conf/httpd.conf <enter>'