summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-07-28 10:05:53 +0000
committerjperkin <jperkin>2014-07-28 10:05:53 +0000
commit6ff8c1472c4586d75817c6410b4bccddae3e5902 (patch)
tree5cbd09b05fd13c94e4819fe12cc57e0d6019eec7 /mk
parent6714e2d8ed9aba334cb855a5c23ec0d6699ed272 (diff)
downloadpkgsrc-6ff8c1472c4586d75817c6410b4bccddae3e5902.tar.gz
Use the standard 75 x '=' print format.
Diffstat (limited to 'mk')
-rw-r--r--mk/install/install-smf6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/install/install-smf b/mk/install/install-smf
index 30aa994b2c2..ea8874a01a1 100644
--- a/mk/install/install-smf
+++ b/mk/install/install-smf
@@ -1,4 +1,4 @@
-# $NetBSD: install-smf,v 1.1 2014/03/11 14:07:04 jperkin Exp $
+# $NetBSD: install-smf,v 1.2 2014/07/28 10:05:53 jperkin Exp $
#
# Print post-install messages instructing the user how to handle the
# newly-installed SMF services.
@@ -7,7 +7,7 @@
case ${STAGE} in
POST-INSTALL)
cat <<EOF
-============================================================================
+===========================================================================
This package has SMF support. You may use svcadm(1M) to 'enable', 'disable'
or 'restart' services. To enable the instance(s) for this package, run:
@@ -34,7 +34,7 @@ skipped. You must import the SMF manifest first with:
EOF
fi
cat <<EOF
-============================================================================
+===========================================================================
EOF
;;
esac