summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-07-16 15:22:18 +0000
committerjkh <jkh@FreeBSD.org>1997-07-16 15:22:18 +0000
commit809b8a15fd75c282fb8d5351149f884d513c1511 (patch)
tree57c9ab378974d71c08a80201709b4bbfaa2386ba /usr.sbin
parentdab33443747d2b3757da9516bde35fa908fa9a1f (diff)
downloadFreeBSD-src-809b8a15fd75c282fb8d5351149f884d513c1511.zip
FreeBSD-src-809b8a15fd75c282fb8d5351149f884d513c1511.tar.gz
Repair missing quote.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sade/install.c4
-rw-r--r--usr.sbin/sysinstall/install.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 7ff38db..718effb 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/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.192 1997/07/16 05:22:40 jkh Exp $
+ * $Id: install.c,v 1.193 1997/07/16 11:45:48 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -794,7 +794,7 @@ installFixup(dialogMenuItem *self)
creat("/var/db/mountdtab", 0644);
/* BOGON #4: /compat created by default in root fs */
- Mkdir(/usr/compat");
+ Mkdir("/usr/compat");
vsystem("ln -s /usr/compat /compat");
/* Now run all the mtree stuff to fix things up */
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index 7ff38db..718effb 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.192 1997/07/16 05:22:40 jkh Exp $
+ * $Id: install.c,v 1.193 1997/07/16 11:45:48 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -794,7 +794,7 @@ installFixup(dialogMenuItem *self)
creat("/var/db/mountdtab", 0644);
/* BOGON #4: /compat created by default in root fs */
- Mkdir(/usr/compat");
+ Mkdir("/usr/compat");
vsystem("ln -s /usr/compat /compat");
/* Now run all the mtree stuff to fix things up */
OpenPOWER on IntegriCloud