X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=bin%2Fcnid%2Fcnid_maint.in;h=e77af917c0386de34b12e719d2e33577f096bfec;hp=23f3763c47a7aac8a1b88fabc41240bcbd864c87;hb=abffa9c62b61267e02a9bd7401d09ae7045a0177;hpb=39262cea88f0cabf780d833530020f08e78faed9 diff --git a/bin/cnid/cnid_maint.in b/bin/cnid/cnid_maint.in index 23f3763c..e77af917 100755 --- a/bin/cnid/cnid_maint.in +++ b/bin/cnid/cnid_maint.in @@ -3,7 +3,7 @@ # # cnid_maint: A script to maintain the consistency of CNID databases. # -# $Id: cnid_maint.in,v 1.12 2002-08-31 08:05:40 jmarcus Exp $ +# $Id: cnid_maint.in,v 1.13 2003-01-04 21:41:48 jmarcus Exp $ # use strict; @@ -32,9 +32,9 @@ $START_CMD = '/usr/local/etc/rc.d/netatalk.sh start'; # Below is the example of a BSD ps. A SYSV example is: # /bin/ps -eflouid,pid,ppid,comm $PS_CMD = '@PS@ -axouser,pid,ppid,command'; -$DB_STAT = '@DB3_PATH@bin/db_stat'; -$DB_RECOVER = '@DB3_PATH@bin/db_recover'; -$DB_VERIFY = '@DB3_PATH@bin/db_verify'; +$DB_STAT = '@BDB_PATH@bin/db_stat'; +$DB_RECOVER = '@BDB_PATH@bin/db_recover'; +$DB_VERIFY = '@BDB_PATH@bin/db_verify'; $APPLE_VOLUMES_FILE = '@PKGCONFDIR@/AppleVolumes.default'; ## End edit section