> Better than updating /etc/profile is to add a file to /etc/profile.d. Keeps > the > Java stuff isolated and makes upgrading a little cleaner.
Yes. The move to this construct has been one of the really good things to come along recently. Makes software install management *much* easier if you can have drop-in components w/o having to script the modification of a file (and undoing it later is often MUCH harder). The profile.d concept lets you do all that stuff atomically and really easily. Systemd, on the other hand..... not so much. 8-( ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
