Use POSIX regexp, not v8 to avoid linking with -lcompat.
authormillert <millert@openbsd.org>
Sun, 23 Mar 1997 04:43:22 +0000 (04:43 +0000)
committermillert <millert@openbsd.org>
Sun, 23 Mar 1997 04:43:22 +0000 (04:43 +0000)
commit51345aaa097475e225124238b045ea7490008207
treea95317a4cb0fe0db0bc1b74754f2975ec7779f3a
parent9ad0801ea5707b34c54f5bf963b6c9752798f71a
Use POSIX regexp, not v8 to avoid linking with -lcompat.
Parsing config files w/o regular expressions may be slightly
slower but since this is normally done only once it's not
a big deal.
sbin/mount_portal/Makefile
sbin/mount_portal/conf.c