diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2007-10-09 07:20:44 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2007-10-09 07:20:44 +0000 |
| commit | 416c130ca1a93987826bc654b7f2e795fe4732f1 (patch) | |
| tree | 80dac39dececc0388de2bc53489f1a4fbd642771 /etc | |
| parent | 8753688f03fb5d2808c5c76207b32e63479ef05c (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/rc.subr | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/etc/rc.subr b/etc/rc.subr index f0a2c9dc4882..ba3e0a4e852e 100644 --- a/etc/rc.subr +++ b/etc/rc.subr @@ -923,22 +923,6 @@ load_rc_config() debug "Sourcing /etc/rc.conf.d/${_name}" . /etc/rc.conf.d/"$_name" fi - - # XXX - Deprecated variable name support - # - case ${OSTYPE} in - FreeBSD) - [ -n "$portmap_enable" ] && rpcbind_enable="$portmap_enable" - [ -n "$portmap_program" ] && rpcbind_program="$portmap_program" - [ -n "$portmap_flags" ] && rpcbind_flags="$portmap_flags" - [ -n "$single_mountd_enable" ] && mountd_enable="$single_mountd_enable" - [ -n "$xntpd_enable" ] && ntpd_enable="$xntpd_enable" - [ -n "$xntpd_program" ] && ntpd_program="$xntpd_program" - [ -n "$xntpd_flags" ] && ntpd_flags="$xntpd_flags" - [ -n "$dhcp_program" ] && dhclient_program="$dhcp_program" - [ -n "$dhcp_flags" ] && dhclient_flags="$dhcp_flags" - ;; - esac } # |
