diff options
author | obache <obache> | 2011-06-12 08:28:32 +0000 |
---|---|---|
committer | obache <obache> | 2011-06-12 08:28:32 +0000 |
commit | 04a01889ca7c19efc5f22de5c5850568778f38dc (patch) | |
tree | d96f45fa9b7d48fb9d6bcc16a859e0264c6b137b /bootstrap/testbootstrap | |
parent | 3f069c52d971dbdfdd921cf133f4f7fa42542170 (diff) | |
download | pkgsrc-04a01889ca7c19efc5f22de5c5850568778f38dc.tar.gz |
Drop --ignore-case-check option from bootstrap script.
pkgsrc infrastructure itself does not require case-sensitive filesystem
nowadays, and always no need to check filesystem case-check.
Diffstat (limited to 'bootstrap/testbootstrap')
-rwxr-xr-x | bootstrap/testbootstrap | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap/testbootstrap b/bootstrap/testbootstrap index 1fb12ecf544..06222b469e3 100755 --- a/bootstrap/testbootstrap +++ b/bootstrap/testbootstrap @@ -1,6 +1,6 @@ #! /bin/sh # -# $NetBSD: testbootstrap,v 1.3 2004/08/22 05:02:49 jlam Exp $ +# $NetBSD: testbootstrap,v 1.4 2011/06/12 08:28:32 obache Exp $ # # Copyright (c) 2004 The NetBSD Foundation, Inc. # All rights reserved. @@ -46,6 +46,5 @@ pwd=`pwd` --prefix=$pwd/pkg \ --sysconfdir=$pwd/pkg/etc \ --pkgdbdir=$pwd/.db \ - --ignore-case-check \ --ignore-user-check 2>&1 | \ tee BOOTSTRAP.LOG |