aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>2001-05-19 19:08:56 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>2001-05-19 19:08:56 +0000
commit2f1cb61572946861d7044a26f2390322a8be6bb0 (patch)
tree684dd0e507c261850ca0e3521917a976c5d8ef9a /usr.sbin
parent20d7cd248d3a9e0b4042ab06c20a42adf5bb8d85 (diff)
Notes
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 4036892676f8..9b4b08823c2b 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -811,8 +811,8 @@ installFixupBin(dialogMenuItem *self)
/* BOGON #4: /compat created by default in root fs */
Mkdir("/usr/compat");
- vsystem("ln -s /usr/compat /compat");
-
+ vsystem("ln -s usr/compat /compat");
+
/* BOGON #5: aliases database not build for bin */
vsystem("newaliases");
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index 4036892676f8..9b4b08823c2b 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/sysinstall/install.c
@@ -811,8 +811,8 @@ installFixupBin(dialogMenuItem *self)
/* BOGON #4: /compat created by default in root fs */
Mkdir("/usr/compat");
- vsystem("ln -s /usr/compat /compat");
-
+ vsystem("ln -s usr/compat /compat");
+
/* BOGON #5: aliases database not build for bin */
vsystem("newaliases");