summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-10-12 23:47:50 +0000
committerjkh <jkh@FreeBSD.org>1998-10-12 23:47:50 +0000
commit4d04ee14739674e80536e55239f7ce55e85a2c9f (patch)
treec26d4c3abb0d123d637aa74e298c4a0c4fb68adb /usr.sbin
parent9f3e704a535d4e3a76f3791a97954f7283058cb3 (diff)
downloadFreeBSD-src-4d04ee14739674e80536e55239f7ce55e85a2c9f.zip
FreeBSD-src-4d04ee14739674e80536e55239f7ce55e85a2c9f.tar.gz
Whoops; fix my X11R6 fixup. Now the package should be marked
as installed correctly.
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 8d47c5e..2332ddf 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.213 1998/09/30 20:33:56 jkh Exp $
+ * $Id: install.c,v 1.214 1998/10/12 23:45:06 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -800,7 +800,7 @@ installFixup(dialogMenuItem *self)
/* Also do bogus minimal package registration so ports don't whine */
if (file_readable("/usr/X11R6/lib/X11/pkgreg.tar.gz"))
- vsystem("tar xpzf -C / /usr/X11R6/lib/X11/pkgreg.tar.gz && rm /usr/X11R6/lib/X11/pkgreg.tar.gz");
+ vsystem("tar xpzf /usr/X11R6/lib/X11/pkgreg.tar.gz -C / && rm /usr/X11R6/lib/X11/pkgreg.tar.gz");
}
/* BOGON #2: We leave /etc in a bad state */
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index 8d47c5e..2332ddf 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.213 1998/09/30 20:33:56 jkh Exp $
+ * $Id: install.c,v 1.214 1998/10/12 23:45:06 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -800,7 +800,7 @@ installFixup(dialogMenuItem *self)
/* Also do bogus minimal package registration so ports don't whine */
if (file_readable("/usr/X11R6/lib/X11/pkgreg.tar.gz"))
- vsystem("tar xpzf -C / /usr/X11R6/lib/X11/pkgreg.tar.gz && rm /usr/X11R6/lib/X11/pkgreg.tar.gz");
+ vsystem("tar xpzf /usr/X11R6/lib/X11/pkgreg.tar.gz -C / && rm /usr/X11R6/lib/X11/pkgreg.tar.gz");
}
/* BOGON #2: We leave /etc in a bad state */
OpenPOWER on IntegriCloud