summaryrefslogtreecommitdiffstats
path: root/etc/rc.subr
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2012-01-08 20:25:29 +0000
committerdougb <dougb@FreeBSD.org>2012-01-08 20:25:29 +0000
commit12b863c4bef4df9c3de3099bb3a4cef60d5443da (patch)
treea01a3e3918f35a204c4dc29e6624ce1c3b263651 /etc/rc.subr
parentd27a56b062db860080f65f40097ac26e66b4a97b (diff)
downloadFreeBSD-src-12b863c4bef4df9c3de3099bb3a4cef60d5443da.zip
FreeBSD-src-12b863c4bef4df9c3de3099bb3a4cef60d5443da.tar.gz
There is no longer a need to abstract ${rcvar_manpage} as we are not
attempting to maintain compatibility with NetBSD for some years now.
Diffstat (limited to 'etc/rc.subr')
-rw-r--r--etc/rc.subr3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc.subr b/etc/rc.subr
index 369e525..95dced5 100644
--- a/etc/rc.subr
+++ b/etc/rc.subr
@@ -32,7 +32,6 @@
# functions used by various rc scripts
#
-: ${rcvar_manpage:='rc.conf(5)'}
: ${RC_PID:=$$}; export RC_PID
#
@@ -152,7 +151,7 @@ checkyesno()
return 1
;;
*)
- warn "\$${1} is not set properly - see ${rcvar_manpage}."
+ warn "\$${1} is not set properly - see rc.conf(5)."
return 1
;;
esac
OpenPOWER on IntegriCloud