Index: trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
===================================================================
--- trunk/PS-IPP-Config/lib/PS/IPP/Config.pm	(revision 13788)
+++ trunk/PS-IPP-Config/lib/PS/IPP/Config.pm	(revision 13789)
@@ -1,5 +1,5 @@
 # Copyright (c) 2006  Paul Price, Joshua Hoblitt
 #
-# $Id: Config.pm,v 1.60 2007-06-13 19:16:11 eugene Exp $
+# $Id: Config.pm,v 1.61 2007-06-13 19:17:50 eugene Exp $
 
 package PS::IPP::Config;
@@ -475,7 +475,8 @@
 
     $name =~ s|^\S+:/*||;
-    $name = '/' . $name;
 
     if (lc($scheme) eq 'file') {
+	# the above strips of the leading slash; replace it for file:// 
+	$name = '/' . $name;
 	return $name;
     }
