Re: RFR: JDK-8275923: Override the LPR path using a system property

2021-12-17 Thread Phil Race
On Wed, 20 Oct 2021 20:38:17 GMT, Rolf van Kleef wrote: > On some select systems, the LPR binary may be placed elsewhere (for example > at `/app/bin/lpr`). For that reason, we need to be able to override this > value. This proposal also allows overriding the LP's path, as it could > experience

Re: RFR: JDK-8275923: Override the LPR path using a system property

2021-10-26 Thread Phil Race
On Wed, 20 Oct 2021 20:38:17 GMT, Rolf van Kleef wrote: > On some select systems, the LPR binary may be placed elsewhere (for example > at `/app/bin/lpr`). For that reason, we need to be able to override this > value. This proposal also allows overriding the LP's path, as it could > experience

RFR: JDK-8275923: Override the LPR path using a system property

2021-10-26 Thread Rolf van Kleef
On some select systems, the LPR binary may be placed elsewhere (for example at `/app/bin/lpr`). For that reason, we need to be able to override this value. This proposal also allows overriding the LP's path, as it could experience similar difficulties. - Commit messages: - Overrid

Re: RFR: JDK-8275923: Override the LPR path using a system property

2021-10-26 Thread Rolf van Kleef
On Thu, 21 Oct 2021 23:31:30 GMT, Magnus Ihse Bursie wrote: >> On some select systems, the LPR binary may be placed elsewhere (for example >> at `/app/bin/lpr`). For that reason, we need to be able to override this >> value. This proposal also allows overriding the LP's path, as it could >> ex

Re: RFR: JDK-8275923: Override the LPR path using a system property

2021-10-26 Thread Magnus Ihse Bursie
On Wed, 20 Oct 2021 20:38:17 GMT, Rolf van Kleef wrote: > On some select systems, the LPR binary may be placed elsewhere (for example > at `/app/bin/lpr`). For that reason, we need to be able to override this > value. This proposal also allows overriding the LP's path, as it could > experience