summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-10-21 20:03:07 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-10-21 20:03:07 +0000
commita2df9ce22c2f14ad7853a61d7438adbed7b183d4 (patch)
tree648c81cbaa9bbf211efa65be9bf701d382a79d46
parent725db531b81e353adc26fbf8cfe6a252559bcf96 (diff)
Notes
-rw-r--r--release/sysinstall/package.c4
-rw-r--r--usr.sbin/sysinstall/package.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/release/sysinstall/package.c b/release/sysinstall/package.c
index 9c3100414cc5..f72813a3f0bc 100644
--- a/release/sysinstall/package.c
+++ b/release/sysinstall/package.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: package.c,v 1.6 1995/10/20 21:57:23 jkh Exp $
+ * $Id: package.c,v 1.7 1995/10/20 22:36:06 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -103,7 +103,7 @@ package_extract(Device *dev, char *name)
close(fd);
}
if (chdir(where) == -1)
- msgFatal("Unable to get back to where I was before, Jojo!\n(That was: %s)\n", where);
+ msgFatal("Unable to get back to where I was before, Jojo! (That was: %s)", where);
vsystem("rm -rf %s", pen);
if (isDebug())
msgDebug("Nuked pen: %s\n", pen);
diff --git a/usr.sbin/sysinstall/package.c b/usr.sbin/sysinstall/package.c
index 9c3100414cc5..f72813a3f0bc 100644
--- a/usr.sbin/sysinstall/package.c
+++ b/usr.sbin/sysinstall/package.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: package.c,v 1.6 1995/10/20 21:57:23 jkh Exp $
+ * $Id: package.c,v 1.7 1995/10/20 22:36:06 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -103,7 +103,7 @@ package_extract(Device *dev, char *name)
close(fd);
}
if (chdir(where) == -1)
- msgFatal("Unable to get back to where I was before, Jojo!\n(That was: %s)\n", where);
+ msgFatal("Unable to get back to where I was before, Jojo! (That was: %s)", where);
vsystem("rm -rf %s", pen);
if (isDebug())
msgDebug("Nuked pen: %s\n", pen);