summaryrefslogtreecommitdiffstats
path: root/etc
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
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')
-rwxr-xr-xetc/rc.d/hostname2
-rw-r--r--etc/rc.subr3
2 files changed, 2 insertions, 3 deletions
diff --git a/etc/rc.d/hostname b/etc/rc.d/hostname
index 142dc47..13af220 100755
--- a/etc/rc.d/hostname
+++ b/etc/rc.d/hostname
@@ -65,7 +65,7 @@ hostname_start()
# Null hostname is probably OK if DHCP is in use.
#
if [ -z "`list_net_interfaces dhcp`" ]; then
- warn "\$hostname is not set -- see ${rcvar_manpage}."
+ warn "\$hostname is not set -- see rc.conf(5)."
fi
return
fi
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