]> arthur.barton.de Git - netatalk.git/blobdiff - bin/cnid/cnid_maint.in
it's 4.3, not 4.1 *sigh*
[netatalk.git] / bin / cnid / cnid_maint.in
index e77af917c0386de34b12e719d2e33577f096bfec..85b31f605397e8e8d65ba24a54a6b831a1456508 100755 (executable)
@@ -3,7 +3,7 @@
 #
 # cnid_maint: A script to maintain the consistency of CNID databases.
 #
-# $Id: cnid_maint.in,v 1.13 2003-01-04 21:41:48 jmarcus Exp $
+# $Id: cnid_maint.in,v 1.15 2003-02-17 02:32:45 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            = '@BDB_PATH@bin/db_stat';
-$DB_RECOVER         = '@BDB_PATH@bin/db_recover';
-$DB_VERIFY          = '@BDB_PATH@bin/db_verify';
+$DB_STAT            = '@BDB_BIN@/db_stat';
+$DB_RECOVER         = '@BDB_BIN@/db_recover';
+$DB_VERIFY          = '@BDB_BIN@/db_verify';
 $APPLE_VOLUMES_FILE = '@PKGCONFDIR@/AppleVolumes.default';
 ## End edit section