create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- .jdk/src/share/classes/sun/print/PSPrinterJob.java.orig 2015-07-18 14:45:27.000000000 -0700
+++ jdk/src/share/classes/sun/print/PSPrinterJob.java 2015-07-18 14:50:32.000000000 -0700
@@ -1607,7 +1607,7 @@
}
});
if (isIPPPrinter) {
- lprPath = "/usr/local/bin/lpr";
+ lprPath = "%%LOCALBASE%%/bin/lpr";
}
}
execCmd = new String[ncomps];