diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2015-02-25 16:37:16 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2015-02-25 16:37:16 +0000 |
commit | b601eda308dc15547af1341e9cbf82e3b66e7f05 (patch) | |
tree | 7a47be268393a24701fcbd6bb36ce14fe131745a /usr.sbin/pkg_add/OpenBSD | |
parent | 354c5ef0f577afdca97b8a5735c7e078e1b64eb8 (diff) |
Point people at rcctl(8) rather than rc.d(8) in the text displayed when
a package has installed an rcscript - it's a good UI, and people needing
further details can follow the "see also". ok espie@ brynet@
Diffstat (limited to 'usr.sbin/pkg_add/OpenBSD')
-rw-r--r-- | usr.sbin/pkg_add/OpenBSD/PackingElement.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/PackingElement.pm b/usr.sbin/pkg_add/OpenBSD/PackingElement.pm index 09ec15cd344..e787231e610 100644 --- a/usr.sbin/pkg_add/OpenBSD/PackingElement.pm +++ b/usr.sbin/pkg_add/OpenBSD/PackingElement.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: PackingElement.pm,v 1.238 2014/12/23 08:46:31 espie Exp $ +# $OpenBSD: PackingElement.pm,v 1.239 2015/02/25 16:37:15 sthen Exp $ # # Copyright (c) 2003-2014 Marc Espie <espie@openbsd.org> # @@ -569,7 +569,7 @@ sub report if (@l > 0) { $state->say("The following new rcscripts were installed: #1", join(' ', @l)); - $state->say("See rc.d(8) for details."); + $state->say("See rcctl(8) for details."); } } |