Hylafax Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
Re: SysV configuration patch
In message <Pine.GAS.4.05.9811171936070.26590-100000@trr.metro.NET>, Tim Rice w
rites:
>
>That should work for existing SysV machines and for Linux.
>
>While we are addressing the SysV init scripts, I've allways had a problem
> /etc/init.d/hylafax
> /etc/rc0.d/K80fax
> /etc/rc2.d/S80fax
>I would much prefer
> /etc/init.d/hylafax
> /etc/rc0.d/K80hylafax
> /etc/rc2.d/S80hylafax
>Anyone have objections to this one?
The linux RPM sets up:
[tpcadmin@hewes rc.d]$ pwd
/etc/rc.d
[tpcadmin@hewes rc.d]$ find . -name "*hylafax"
./init.d/hylafax
./rc0.d/K05hylafax
./rc1.d/K05hylafax
./rc3.d/S97hylafax
./rc6.d/K97hylafax
./rc6.d/K05hylafax
./rc2.d/K05hylafax
./rc2.d/S97hylafax
./rc5.d/S97hylafax
-Darren