Bug 15643 - После установки нет в списке chkconfig --list
Summary: После установки нет в списке chkconfig --list
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: ipcad (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Nobody's working on this, feel free to take it
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks: 16880
  Show dependency tree
 
Reported: 2008-05-13 23:56 MSD by Slava Dubrovskiy
Modified: 2008-08-26 17:20 MSD (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Slava Dubrovskiy 2008-05-13 23:56:58 MSD
Наверно зыбыли сделать в спеке
%post
%post_service %name

%preun
%preun_service %name

Steps to Reproduce:
1.apt-get install ipcad
2.chkconfig --list
3.
Comment 1 Denis Klimov 2008-05-14 12:26:47 MSD
Хм, у меня не воспроизводиться.
root@berloga ~ # chkconfig --list ipcad
ipcad           0:off   1:off   2:on    3:on    4:on    5:on    6:off
root@berloga ~ # rpm -q ipcad
ipcad-3.7.3-alt1

Какая у вас версия?
Comment 2 Slava Dubrovskiy 2008-05-14 17:27:34 MSD
(In reply to comment #1)
> Хм, у меня не воспроизводиться.
> root@berloga ~ # chkconfig --list ipcad
> ipcad           0:off   1:off   2:on    3:on    4:on    5:on    6:off
> root@berloga ~ # rpm -q ipcad
> ipcad-3.7.3-alt1
> 
> Какая у вас версия?
ipcad-3.7.3-alt1

Сделайте установку "с нуля". Т.е. удалите пакет, сделайте chkconfig --del ipcad
и установите с начала.
Если пакет кладет файл в /etc/init.d то в спеке должно быть:
%post
%post_service %name

%preun
%preun_service %name
Comment 3 Denis Klimov 2008-07-02 14:06:13 MSD
В Сизиф отправил исправленную версию.