summaryrefslogtreecommitdiff
path: root/bootstrap/testbootstrap
diff options
context:
space:
mode:
authorobache <obache>2011-06-12 08:28:32 +0000
committerobache <obache>2011-06-12 08:28:32 +0000
commit85cf2ff84bffcdd92bbda700cb1d37cfbbc057a8 (patch)
treed96f45fa9b7d48fb9d6bcc16a859e0264c6b137b /bootstrap/testbootstrap
parent2df1dda83ebe819eda939f8236a1bf476a24853f (diff)
downloadpkgsrc-85cf2ff84bffcdd92bbda700cb1d37cfbbc057a8.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-xbootstrap/testbootstrap3
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