summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-10-15 10:03:48 +0000
committerjkh <jkh@FreeBSD.org>1998-10-15 10:03:48 +0000
commitc9853d6de4389a5fea43abf8dfd47e56ea9644e9 (patch)
tree60e9289e8e648ba3ae3d8d20eabc0b6e3679410a /usr.sbin
parent87a0ba4fba990bae8b267c3e74842c0fcaac6253 (diff)
downloadFreeBSD-src-c9853d6de4389a5fea43abf8dfd47e56ea9644e9.zip
FreeBSD-src-c9853d6de4389a5fea43abf8dfd47e56ea9644e9.tar.gz
Search for correct property name; the older attrs code bogusly folded case,
so I never noticed this bug. :)
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sysinstall/dist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c
index ad2ae0c..5c1ead2 100644
--- a/usr.sbin/sysinstall/dist.c
+++ b/usr.sbin/sysinstall/dist.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: dist.c,v 1.127 1998/09/29 07:27:33 jkh Exp $
+ * $Id: dist.c,v 1.128 1998/10/14 11:23:48 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -572,7 +572,7 @@ distExtract(char *parent, Distribution *me)
dist, !intr ? "I/O error" : "User interrupt");
}
else {
- tmp = property_find(dist_attr, "pieces");
+ tmp = property_find(dist_attr, "Pieces");
if (tmp)
numchunks = strtol(tmp, 0, 0);
}
OpenPOWER on IntegriCloud