mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Nuke notifier.
This commit is contained in:
parent
55bdcc5909
commit
1afdaae609
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26603
1 changed files with 1 additions and 3 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue