diff options
author | obrien <obrien@FreeBSD.org> | 2002-04-02 20:42:54 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-04-02 20:42:54 +0000 |
commit | 60f91e4cada4f9a237e8a2858a93c8beef63130d (patch) | |
tree | d43bab971b0e937a1970dc0705e09080ceb98367 /usr.sbin/sade/dispatch.c | |
parent | 2c4739409a5f713a428487bdefbc90a4f835d93a (diff) | |
download | FreeBSD-src-60f91e4cada4f9a237e8a2858a93c8beef63130d.zip FreeBSD-src-60f91e4cada4f9a237e8a2858a93c8beef63130d.tar.gz |
Switch to using XFree86 version 4. We do this thru installing the package,
so know we have proper PKG registration and dependency information.
This is a WIP for 5.0 DP #1, so it is still rough around the edges and
does not GC the old XFree86 3.3.6 handling stuff that should be GC'ed.
Sponsored by: FreeBSD Mall, Inc.
Diffstat (limited to 'usr.sbin/sade/dispatch.c')
-rw-r--r-- | usr.sbin/sade/dispatch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/sade/dispatch.c b/usr.sbin/sade/dispatch.c index cc87f2b..04cd77c 100644 --- a/usr.sbin/sade/dispatch.c +++ b/usr.sbin/sade/dispatch.c @@ -84,7 +84,9 @@ static struct _word { { "installStandard", installStandard }, { "installUpgrade", installUpgrade }, { "installFixupBin", installFixupBin }, +#ifndef X_AS_PKG { "installFixupXFree", installFixupXFree }, +#endif { "installFixitHoloShell", installFixitHoloShell }, { "installFixitCDROM", installFixitCDROM }, { "installFixitFloppy", installFixitFloppy }, |