There is no longer a need to abstract ${rcvar_manpage} as we are not

attempting to maintain compatibility with NetBSD for some years now.
This commit is contained in:
Doug Barton 2012-01-08 20:25:29 +00:00
parent 2971897d51
commit a194b02d88
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=229822
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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