]> arthur.barton.de Git - netatalk.git/commitdiff
Forgotten MFH:
authorjmarcus <jmarcus>
Tue, 11 Feb 2003 04:31:39 +0000 (04:31 +0000)
committerjmarcus <jmarcus>
Tue, 11 Feb 2003 04:31:39 +0000 (04:31 +0000)
Convert DB3_PATH to BDB_PATH.

Submitted by: Olaf Hering <olh@suse.de>

bin/cnid/cnid_maint.in

index 23f3763c47a7aac8a1b88fabc41240bcbd864c87..ecbc24b5990347dacf78c62d13b7d23811e231c5 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.12.2.1 2003-02-11 04:31:39 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