From: jmarcus Date: Thu, 7 Feb 2002 15:57:39 +0000 (+0000) Subject: Add a missing bin element to the db_verify and db_stat paths. Also, change X-Git-Tag: point-backport-1-5-2~56 X-Git-Url: https://arthur.barton.de/gitweb/?a=commitdiff_plain;h=32436c034b4d65e84a1910c934d852d3db4d76c3;p=netatalk.git Add a missing bin element to the db_verify and db_stat paths. Also, change the default db_* commands to something more reasonable. --- diff --git a/bin/cnid/cnid_maint.in b/bin/cnid/cnid_maint.in index fed6f23f..af2bdcae 100755 --- a/bin/cnid/cnid_maint.in +++ b/bin/cnid/cnid_maint.in @@ -27,9 +27,9 @@ $START_CMD = '/usr/local/etc/rc.d/netatalk.sh start'; # /bin/ps -eflouid,pid,ppid,comm $PS_CMD = '@PS@ -axouser,pid,ppid,command'; $GREP = '@GREP@'; -$DB_STAT = '@DB3_PATH@db3_stat'; -$DB_RECOVER = '@DB3_PATH@bin/db3_recover'; -$DB_VERIFY = '@DB3_PATH@db3_verify'; +$DB_STAT = '@DB3_PATH@bin/db_stat'; +$DB_RECOVER = '@DB3_PATH@bin/db_recover'; +$DB_VERIFY = '@DB3_PATH@bin/db_verify'; $APPLE_VOLUMES_FILE = '@PKGCONFDIR@/AppleVolumes.default'; ## End edit section