Index: smf-base/usr/src/cmd/svc/milestone/fs-minimal =================================================================== --- smf-base.orig/usr/src/cmd/svc/milestone/fs-minimal 2012-10-08 04:25:33.000000000 +0400 +++ smf-base/usr/src/cmd/svc/milestone/fs-minimal 2014-01-02 11:04:08.796572909 +0400 @@ -68,6 +68,9 @@ mountfs -O /var/run tmpfs - swap || exit $SMF_EXIT_ERR_FATAL fi +mkdir -p /var/run/lock || true +chmod 1777 /var/run/lock || true + if [ ! -f /var/run/tzsync ] ; then /sbin/tzreload -I fi