[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#475361: ITP: chkconfig -- system tool to enable or disable system services



On 2008-04-10, Paul Wise <pabs@debian.org> wrote:
> On Thu, Apr 10, 2008 at 7:40 PM, Michael Biebl <biebl@debian.org> wrote:
>
>>  > relieve system administrators of some of the drudgery of manually editing the
>>  > symbolic links.
>>
>>  What's the advantage over exisiting tools like sysv-rc-conf?
>
> Compatibility with the brains of people who have moved to Debian from
> RedHat and other RPM distros. I certainly missed it after 6 months of
> administrating RedHat machines and moving back to Debian.
>
> An /sbin/service compatibility script would be useful too.

#! /bin/sh

/etc/init.d/$1 $2

there you go with your /sbin/service script.

/Sune


Reply to: