diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-07-28 10:05:53 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-07-28 10:05:53 +0000 |
commit | a90c9ae2c13390534d1f745cce45934b69eea71a (patch) | |
tree | 5cbd09b05fd13c94e4819fe12cc57e0d6019eec7 /mk | |
parent | 39ba21eb82e79fa7cbc098deab348b15aa7fe500 (diff) | |
download | pkgsrc-a90c9ae2c13390534d1f745cce45934b69eea71a.tar.gz |
Use the standard 75 x '=' print format.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/install/install-smf | 6 |
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 |