diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-06-13 09:37:25 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-06-13 09:37:25 +0000 |
| commit | 1afdaae609a60d464218347a1cbf4aa7441def02 (patch) | |
| tree | c6ee2c0751b4c7f12d51f5d13d4126b35a57351b | |
| parent | 55bdcc5909415981240fdb07ff82a8d7050a8fd0 (diff) | |
Notes
| -rw-r--r-- | release/sysinstall/variable_load.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/release/sysinstall/variable_load.c b/release/sysinstall/variable_load.c index f48e4a5ef09d..66b970892d62 100644 --- a/release/sysinstall/variable_load.c +++ b/release/sysinstall/variable_load.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: variable_load.c,v 1.6 1997/06/05 09:48:03 jkh Exp $ + * $Id: variable_load.c,v 1.7 1997/06/13 07:11:57 jkh Exp $ * * Copyright (c) 1997 * Paul Traina. All rights reserved. @@ -104,8 +104,6 @@ variableLoad(dialogMenuItem *self) fp = mediaDevice->get(mediaDevice, cp, TRUE); if (fp) { - msgNotify("Loading %s pre-configuration file", cp); - /* Hint to others that we're running from a script, should they care */ variable_set2(VAR_NONINTERACTIVE, "YES"); |
