Hello Marc -
I tend to prefer to use the source tarball and keep each Radiator
version seperate.
cd /usr/local/src
mkdir Radiator
cd Radiator
mv .../Radiator-3.1.tgz .
zcat Radiator-3.1.tgz| tar -xvf -
cd Radiator-3.1
perl Makefile.PL; make; make test # **DO NOT INSTALL**
Then I use fully qualified pathnames in my scripts (including perl).
PERL=/usr/bin/perl
RADIUSDIR=/usr/local/src/Radiator/Radiator-3.1
RESTARTWRAPPER=RADIUSDIR/goodies/restartWrapper
RADIATOR_CONFIG=/usr/local/etc/radius/radius.cfg
RADIATOR_ARGS=
PERL RADIUSDIR/radiusd .......
This way, I can keep different versions of Radiator and switch amongst
them quickly and easily.
And the same is true of Perl itself if I need to have different versions
of Perl available.
Additionaly, it is obvious from the startup scripts what version I am
actually running and which configuration file is active. I find it is
*much* better doing it this way and much simpler for systems admin folks
who come along afterwards who have to try and understand what is going
on (and god forbid fix any problems).
Just my own views.
regards
Hugh
On Saturday, August 10, 2002, at 02:52 AM, Marc Liyanage wrote:
>
> On Freitag, August 9, 2002, at 05:56 Uhr, Marc Liyanage wrote:
>
>>
>> Hi there,
>>
>> I have an issue with restartWrapper. I want to use it like this:
>>
>> restartWrapper -mail [EMAIL PROTECTED] -delay 5 /usr/bin/radiusd
>> -config_file /etc/radiator/radius.cfg
>>
>>
>
> OK, never mind that, I found out how to start it. In case anyone else
> is interested in a version of the init script that uses the
> restartWrapper, I've attached it...
>
> The /usr/local/bin/perl fix would still be nice, though...
>
>
> Cheers
>
> -Marc
>
>
>
> _________________________________________________________________
> Marc Liyanage futureLAB AG
>
> phone: +41 52 260 22 10
> [EMAIL PROTECTED] fax: +41 52 260 22 23
> http://www.futurelab.ch mobile: +41 76 554 22 10
> _________________________________________________________________
>
--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.