Changeset 1278


Ignore:
Timestamp:
01/11/07 16:38:51 (6 years ago)
Author:
mglb1
Message:

DHCP and Interface modification classes are now required in the default client
install so that the CPE module can keep the device up and running.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccsd/trunk/Makefile

    r1138 r1278  
    1010CLIENT_MODULES := $(COMMON_MODULES) \ 
    1111        $(shell grep "CCSD_CLIENT" crcnetd/modules/* | cut -f1 -d':' | xargs) 
    12 CLIENT_UTILS=$(COMMON_UTILS) crcnetd/_utils/ccsd_clientserver.py 
     12CLIENT_UTILS=$(COMMON_UTILS) crcnetd/_utils/ccsd_clientserver.py \ 
     13                         crcnetd/_utils/interfaces.py crcnetd/_utils/dhcpd.py 
    1314 
    1415# Modules that should be installed for the server 
Note: See TracChangeset for help on using the changeset viewer.