--- amanda-2.4.4p1.orig/server-src/amadmin.c 2003-01-03 22:35:54.000000000 -0500 +++ amanda-2.4.4p1.new/server-src/amadmin.c 2003-10-23 09:44:08.000000000 -0400 @@ -1454,7 +1454,7 @@ ip->name[0] ? ip->name : "default"); printf(" disk %s:\n", dp->name); - if(dp->device) printf(" device: %s\n", dp->device); + if(dp->device) printf(" device %s\n", dp->device); printf(" program \"%s\"\n", dp->program); if(dp->exclude_file != NULL && dp->exclude_file->nb_element > 0) {