diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2003-01-17 19:05:32 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2003-01-17 19:05:32 +0000 |
| commit | 4b6c29cebcdb48c45e47ea3539a71f5bef3735a6 (patch) | |
| tree | 5693ab9d8e2cce0b997fefaa64f9d54c4151f882 /usr.sbin/sade/dispatch.c | |
| parent | d1a079fb0d55e089f9c8c0365ff1586109b8b7e8 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sade/dispatch.c')
| -rw-r--r-- | usr.sbin/sade/dispatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sade/dispatch.c b/usr.sbin/sade/dispatch.c index 7a7584a0e485..17b5e9a49d60 100644 --- a/usr.sbin/sade/dispatch.c +++ b/usr.sbin/sade/dispatch.c @@ -88,7 +88,7 @@ static struct _word { { "installExpress", installExpress }, { "installStandard", installStandard }, { "installUpgrade", installUpgrade }, - { "installFixupBin", installFixupBin }, + { "installFixupBase", installFixupBase }, #ifndef X_AS_PKG { "installFixupXFree", installFixupXFree }, #endif |
