10 lines
129 B
Plaintext
10 lines
129 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
cat <<EOF
|
||
|
IMPORTANT:
|
||
|
|
||
|
In order to enable sysmgr you need to
|
||
|
uncomment the line on '/etc/rc.d/sysmgr.boot'
|
||
|
|
||
|
EOF
|