* Craig White <[EMAIL PROTECTED]> [2007-11-28 16:02]:
> I asked because that's the way I've had it for quite some time now on a
> few servers, it seems to have served me well and I am very hesitant to
> change it.
this is not voodoo -- env/env_config.c has:
if (strcasecmp(argv[0], "set_flags") == 0) {
...
if (strcasecmp(argv[1], "db_log_autoremove") == 0)
return (__env_set_flags(dbenv,DB_LOG_AUTOREMOVE, 1));
$ apropos strcasecmp | head -1
strcasecmp (3) - compare two strings ignoring case
^^^^^^^^^^^^^
regards,
-p.schober
--
[EMAIL PROTECTED] - vienna university computer center
Universitaetsstrasse 7, A-1010 Wien, Austria/Europe
Tel. +43-1-4277-14155, Fax. +43-1-4277-9140
---
You are currently subscribed to [EMAIL PROTECTED] as: [EMAIL PROTECTED]
To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the
SUBJECT of the message.