Bug 4732 - dhcpd unregister self in sysv init after upgrade
Summary: dhcpd unregister self in sysv init after upgrade
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: dhcp-server (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Grigory Milev
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-07 23:10 MSD by Konstantin A Lepikhov (L.A. Kostis)
Modified: 2005-06-25 23:34 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 Konstantin A Lepikhov (L.A. Kostis) 2004-07-07 23:10:57 MSD
служба dhcpd после обновления оказывается выключенной:

$ apt-get dist-upgrade
15: dhcp-common ###################################################### [ 44%]
16: dhcp-server ###################################################### [ 47%]
Stopping dhcpd service: [ DONE ]
Starting dhcpd service: [ DONE ]
<skip>

$ chkconfig --list | grep dhcpd
dhcpd           0:off   1:off   2:off   3:off   4:off   5:off   6:off


$ rpm -qa | egrep "^dhcp\-"
dhcp-server-3.0.1-alt9
dhcp-common-3.0.1-alt9

?

Steps to Reproduce:
1. apt-get install dhcp-server
2. reboot
3. service dhcpd status
Actual Results:  
$ chkconfig --list | grep dhcpd
dhcpd           0:off   1:off   2:off   3:off   4:off   5:off   6:off


Expected Results:  
чтобы такого не было ;)
Comment 1 Konstantin A Lepikhov (L.A. Kostis) 2005-06-25 23:34:07 MSD
already fixed.