1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Deal with new linux compat package naming.

Submitted by:	Marcel Moolenaar <marcel@scc.nl>
This commit is contained in:
Jordan K. Hubbard 1999-07-22 09:18:12 +00:00
parent 5bc001833f
commit d49c1fb83f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=48977
3 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: config.c,v 1.138 1999/07/07 09:47:41 jkh Exp $
* $Id: config.c,v 1.139 1999/07/20 21:06:18 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -453,7 +453,7 @@ configLinux(dialogMenuItem *self)
{
variable_set2(VAR_LINUX_ENABLE, "YES", 1);
msgNotify("Installing Linux compatibility library...");
return package_add("linux_lib");
return package_add("linux_base");
}
static void

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: config.c,v 1.138 1999/07/07 09:47:41 jkh Exp $
* $Id: config.c,v 1.139 1999/07/20 21:06:18 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -453,7 +453,7 @@ configLinux(dialogMenuItem *self)
{
variable_set2(VAR_LINUX_ENABLE, "YES", 1);
msgNotify("Installing Linux compatibility library...");
return package_add("linux_lib");
return package_add("linux_base");
}
static void

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: config.c,v 1.138 1999/07/07 09:47:41 jkh Exp $
* $Id: config.c,v 1.139 1999/07/20 21:06:18 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -453,7 +453,7 @@ configLinux(dialogMenuItem *self)
{
variable_set2(VAR_LINUX_ENABLE, "YES", 1);
msgNotify("Installing Linux compatibility library...");
return package_add("linux_lib");
return package_add("linux_base");
}
static void