In SME 6.0 the template numbers have changed. So using Richard Lafferty's HowTo (on the first page of this thread) will not work without changing the template fragment number as shown below. Installing Steven Noble's RPM results in /etc/inittab[48]: duplicate ID field "ca"
On 6.0 you need to modify Richard Lafferty's HowTo as follows:
Make a custom template for /etc/inittab:
mkdir -p /etc/e-smith/templates-custom/etc/inittab
cd /etc/e-smith/templates-custom/etc/inittab
Start with the existing init ctrlaltdel template:
cp /etc/e-smith.templates/etc/inittab/15ctrlaltdel .
Now edit /etc/e-smith/templates-custom/etc/inittab/15ctrlaltdel in
your favorite text editor, changing "shutdown -t3 -r now" to
"shutdown -t3 -h now".
Then expand the template:
/sbin/e-smith/expand-template /etc/inittab
And tell init to reread it:
telinit q
Now ctrl-alt-del should shut the machine down.