Deleted Added
full compact
install.c (16350) install.c (16366)
1/*
2 * The new sysinstall program.
3 *
4 * This is probably the last program in the `sysinstall' line - the next
5 * generation being essentially a complete rewrite.
6 *
1/*
2 * The new sysinstall program.
3 *
4 * This is probably the last program in the `sysinstall' line - the next
5 * generation being essentially a complete rewrite.
6 *
7 * $Id: install.c,v 1.100 1996/06/12 14:02:09 jkh Exp $
7 * $Id: install.c,v 1.101 1996/06/13 17:36:28 jkh Exp $
8 *
9 * Copyright (c) 1995
10 * Jordan Hubbard. All rights reserved.
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 * 1. Redistributions of source code must retain the above copyright

--- 782 unchanged lines hidden (view full) ---

798 }
799 variable_set2(VAR_FTP_USER, "ftp");
800 variable_set2(VAR_BROWSER_PACKAGE, "lynx-2.4fm");
801 variable_set2(VAR_BROWSER_BINARY, "/usr/local/bin/lynx");
802 variable_set2(VAR_CONFIG_FILE, "freebsd.cfg");
803 variable_set2(VAR_FTP_STATE, "passive");
804 variable_set2(VAR_FTP_ONERROR, "abort");
805 variable_set2(VAR_FTP_RETRIES, MAX_FTP_RETRIES);
8 *
9 * Copyright (c) 1995
10 * Jordan Hubbard. All rights reserved.
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 * 1. Redistributions of source code must retain the above copyright

--- 782 unchanged lines hidden (view full) ---

798 }
799 variable_set2(VAR_FTP_USER, "ftp");
800 variable_set2(VAR_BROWSER_PACKAGE, "lynx-2.4fm");
801 variable_set2(VAR_BROWSER_BINARY, "/usr/local/bin/lynx");
802 variable_set2(VAR_CONFIG_FILE, "freebsd.cfg");
803 variable_set2(VAR_FTP_STATE, "passive");
804 variable_set2(VAR_FTP_ONERROR, "abort");
805 variable_set2(VAR_FTP_RETRIES, MAX_FTP_RETRIES);
806 variable_set2(VAR_PKG_TMPDIR, "/usr/tmp");
806 if (getpid() != 1)
807 variable_set2(SYSTEM_STATE, "update");
808 else
809 variable_set2(SYSTEM_STATE, "init");
810 return DITEM_SUCCESS;
811}
812
813/* Copy the boot floppy contents into /stand */

--- 45 unchanged lines hidden ---
807 if (getpid() != 1)
808 variable_set2(SYSTEM_STATE, "update");
809 else
810 variable_set2(SYSTEM_STATE, "init");
811 return DITEM_SUCCESS;
812}
813
814/* Copy the boot floppy contents into /stand */

--- 45 unchanged lines hidden ---