Bug 4732

Summary: dhcpd unregister self in sysv init after upgrade
Product: Sisyphus Reporter: Konstantin A Lepikhov (L.A. Kostis) <lakostis>
Component: dhcp-serverAssignee: Grigory Milev <week>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P2 CC: sem
Version: unstable   
Hardware: all   
OS: Linux   

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.