]> arthur.barton.de Git - netatalk.git/blobdiff - bin/cnid/cnid_maint.in
Change all references to db3/DB3 to BDB. We now support Berkeley DB
[netatalk.git] / bin / cnid / cnid_maint.in
index 23f3763c47a7aac8a1b88fabc41240bcbd864c87..e77af917c0386de34b12e719d2e33577f096bfec 100755 (executable)
@@ -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