summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-02-13 20:10:34 +0000
committerimp <imp@FreeBSD.org>2006-02-13 20:10:34 +0000
commiteee7c854e47881230a2e545f8a4cc10a64b02a9f (patch)
tree035eaf4c4620c1fba8826643661427cdf557e9e5 /share
parent1be9da7b7fe0a8bc22355908b33315999c240d35 (diff)
downloadFreeBSD-src-eee7c854e47881230a2e545f8a4cc10a64b02a9f.zip
FreeBSD-src-eee7c854e47881230a2e545f8a4cc10a64b02a9f.tar.gz
Remove pccard variables which are no longer supported after the move
to NEWCARD.
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/Makefile4
-rw-r--r--share/man/man5/rc.conf.533
2 files changed, 3 insertions, 34 deletions
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile
index 4bc032a..7b1b6ca 100644
--- a/share/man/man5/Makefile
+++ b/share/man/man5/Makefile
@@ -1,6 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
+.include <bsd.init.mk>
+
#MISSING: dump.5 plot.5
MAN= acct.5 \
a.out.5 \
@@ -66,7 +68,7 @@ MLINKS+=quota.user.5 quota.group.5
MLINKS+=resolver.5 resolv.conf.5
MLINKS+=utmp.5 lastlog.5 utmp.5 wtmp.5
-.if defined(YES_HESIOD)
+.if ${FBSD_MK_HESIOD} == "yes"
MAN+= hesiod.conf.5
.endif
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index c430d5a..88f58bb 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -203,39 +203,6 @@ the contents of the
.Va kern.module_path
.Xr sysctl 8
are used.
-.It Va pccard_enable
-.Pq Vt bool
-If set to
-.Dq Li YES ,
-enable PCCARD support at boot time.
-.It Va pccard_mem
-.Pq Vt str
-Set to PCCARD controller memory address or
-.Dq Li DEFAULT
-for the default value.
-.It Va pccard_beep
-.Pq Vt int
-If 0,
-set the PCCARD controller to silent mode.
-If 1,
-set it to beep mode.
-If 2,
-set it to melody mode.
-.It Va pccard_conf
-.Pq Vt str
-Path to the configuration file for the
-.Xr pccardd 8
-daemon (e.g.\&
-.Pa /etc/pccard.conf.sample ) .
-.It Va pccardd_flags
-.Pq Vt str
-If
-.Va pccard_enable
-is set to
-.Dq Li YES ,
-these are the flags to pass to the
-.Xr pccardd 8
-daemon.
.It Va powerd_enable
.Pq Vt bool
If set to
OpenPOWER on IntegriCloud