The startup config files have been reorganized. These files moved from
/etc/conf into
/etc/sts, and the extension changed from
.conf to
.sts. The
config package is now obsolete, and the
stsi replaces it (
stsi stands for
Startup Script Interpreter). Also, the functionality of the
stsi has reduced (features that were unused in years). Despite of the removal of numerous features, a new one is added: the
stsi can be used without script file, directly from the standard input.
In case the
/etc/conf/tcpip.init.conf file was modified on the system, make sure to merge the changes into the new
/etc/sts/tcpip.init.sts file. Preliminary, the pkman can tell whether the file was actually modified:
Code: Select all
$ pkman -Qiii tcpip | grep MODIFIED
MODIFIED /etc/conf/tcpip.init.conf
If it was modified, then the suggested method is the following:
Code: Select all
# pkman -Syu --disable-hooks stsi
### merge the changes into /etc/sts/tcpip.init.sts
# mkbic -Pv
# sync
If the
/etc/conf/tcpip.init.conf file was not modified, then the recommended upgrade command is the following: