26 lines
748 B
Plaintext
26 lines
748 B
Plaintext
$OpenBSD: patch-bin_package,v 1.5 2003/05/01 20:50:59 naddy Exp $
|
|
--- bin/package.orig Wed Apr 23 10:17:04 2003
|
|
+++ bin/package Thu May 1 22:28:17 2003
|
|
@@ -11,7 +11,7 @@ command=package
|
|
|
|
src="cmd contrib etc lib"
|
|
use="/home /usr/common /exp /usr/local /usr/add-on /usr/addon /usr/tools /usr /opt"
|
|
-lib="/usr/local/lib /usr/local/shlib"
|
|
+lib=""
|
|
ccs="/usr/kvm /usr/ccs/bin"
|
|
org="gnu GNU"
|
|
makefiles="Mamfile Nmakefile nmakefile Makefile makefile"
|
|
@@ -2592,9 +2592,9 @@ cat $j $k
|
|
for i in ksh sh bash
|
|
do if onpath $i
|
|
then case `$_onpath_ -c 'echo $KSH_VERSION'` in
|
|
- *[Pp][Dd]*)
|
|
- : pd ksh is unreliable
|
|
- ;;
|
|
+# *[Pp][Dd]*)
|
|
+# : pd ksh is unreliable
|
|
+# ;;
|
|
*) SHELL=$_onpath_
|
|
break
|
|
;;
|