summaryrefslogtreecommitdiff
path: root/mk/install
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-07-28 10:05:53 +0000
committerjperkin <jperkin@pkgsrc.org>2014-07-28 10:05:53 +0000
commitce83caffaa09122abda4b7fdd52127f84250712e (patch)
tree5cbd09b05fd13c94e4819fe12cc57e0d6019eec7 /mk/install
parenta8eb891d40a9104cc1c19baaa74edbb2cdcfb7b5 (diff)
downloadpkgsrc-ce83caffaa09122abda4b7fdd52127f84250712e.tar.gz
Use the standard 75 x '=' print format.
Diffstat (limited to 'mk/install')
-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