]> arthur.barton.de Git - netatalk.git/commitdiff
Add a missing bin element to the db_verify and db_stat paths. Also, change
authorjmarcus <jmarcus>
Thu, 7 Feb 2002 15:57:39 +0000 (15:57 +0000)
committerjmarcus <jmarcus>
Thu, 7 Feb 2002 15:57:39 +0000 (15:57 +0000)
the default db_* commands to something more reasonable.

bin/cnid/cnid_maint.in

index fed6f23f5216ac6191e9e6bc5d84f94c3902cda0..af2bdcae65c4991ecceb6a4e7dc65b65952aeed4 100755 (executable)
@@ -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