summaryrefslogtreecommitdiff
path: root/sysutils/amanda-dev-server/patches/patch-bd
blob: f111c51d80eb98129339fbfe094bbbe9470deee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-bd,v 1.1.1.1 2002/05/02 13:28:16 bouyer Exp $

--- changer-src/chg-scsi-chio.c.orig	Tue Apr 30 14:14:29 2002
+++ changer-src/chg-scsi-chio.c	Tue Apr 30 14:14:35 2002
@@ -639,7 +639,7 @@
 
   if(read_conffile(CONFFILE_NAME)) {
     fprintf(stderr, "%s: could not find config file \"%s\"",
-		    changer_dev, conffile);
+		    changer_dev, CONFFILE_NAME);
     exit(1);
   }