drop ndbm since no longer have write support

This commit is contained in:
Love Hornquist Astrand
2011-09-23 13:18:40 +02:00
parent 6b5cc16d5d
commit f6dbc98081

View File

@@ -47,7 +47,6 @@ IFS="$oldIFS"
while [ $# != 0 ] ; do
case $1 in
db:*) exit 0 ;;
ndbm:*) exit 0 ;;
gdbm:*) exit 0 ;;
db4:*) exit 0 ;;
db3:*) exit 0 ;;