search for: oel_ver

Displaying 3 results from an estimated 3 matches for "oel_ver".

Did you mean: deliver
2015 Dec 30
2
Systemd and systemd-sysv-generator
...s to parse it ... Yes - here is a pastebin with that script. And there was an error on line 130 ... or line 133 of the pastebin -- which I already fixed. ;-) (I verified the typo against the contents of the RPM from LSI to be certain.) if ( "$rhel_ver" == "1" && "oel_ver" == "0" ) ; then should have been if ( "$rhel_ver" == "1" && "$oel_ver" == "0" ) ; then http://pastebin.com/BGLjGiuT -- ---~~.~~--- Mike // SilverTip257 //
2015 Dec 30
0
Systemd and systemd-sysv-generator
...e is a pastebin with that script. > > And there was an error on line 130 ... or line 133 of the pastebin -- which > I already fixed. ;-) > (I verified the typo against the contents of the RPM from LSI to be > certain.) > if ( "$rhel_ver" == "1" && "oel_ver" == "0" ) ; then > should have been > if ( "$rhel_ver" == "1" && "$oel_ver" == "0" ) ; then > > > http://pastebin.com/BGLjGiuT > > > That doesn't even make sense ... if it's both rhel and oel version 7 th...
2015 Dec 30
2
Systemd and systemd-sysv-generator
Consolidating my reply to both James and Gordon in one message. On Wed, Dec 30, 2015 at 2:38 AM, James Hogarth <james.hogarth at gmail.com> wrote: > On 30 Dec 2015 00:55, "Mike - st257" <silvertip257 at gmail.com> wrote: > > > > On Tue, Dec 29, 2015 at 5:23 PM, Joseph L. Casale < > jcasale at activenetwerx.com > > > wrote: > > > >