aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/install.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sysinstall/install.c')
-rw-r--r--usr.sbin/sysinstall/install.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index 6e82d7076ebc..52badb1fcc9a 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/sysinstall/install.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: install.c,v 1.135 1996/11/04 12:56:22 jkh Exp $
+ * $Id: install.c,v 1.136 1996/11/07 15:45:59 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -650,10 +650,6 @@ installFixup(dialogMenuItem *self)
Mkdir("/var/db");
creat("/var/db/mountdtab", 0644);
- /* BOGON #4: We need a default /etc/sendmail.cw right now */
- if (!file_readable("/etc/sendmail.cw"))
- vsystem("touch /etc/sendmail.cw");
-
/* Now run all the mtree stuff to fix things up */
vsystem("mtree -deU -f /etc/mtree/BSD.root.dist -p /");
vsystem("mtree -deU -f /etc/mtree/BSD.var.dist -p /var");