Changeset 490
- Timestamp:
- 05/08/08 10:37:24 (5 months ago)
- Location:
- cdd-utils/trunk
- Files:
-
- 2 modified
-
cdd-config (modified) (1 diff)
-
debian/changelog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cdd-utils/trunk/cdd-config
r488 r490 915 915 } 916 916 917 # Configure Dnsmasq to act as integrated DNS/DHCP server, which 918 # automatically updates the zone info when assigning addresses 919 # 920 dnsmasq () { 921 cfg=/etc/dnsmasq.conf 922 if ! exists $cfg; then warning $cfg not found; return; fi 923 sed -i -e 's|^#conf-dir=/etc/dnsmasq.d|conf-dir=/etc/dnsmasq.d|g' $cfg 924 mkdir -p /etc/dnsmasq.d 925 cat <<EOF >> /etc/dnsmasq.d/cdd-utils.conf 926 dhcp-range=192.168.1.10,192.168.1.100,12h 927 EOF 928 } 929 917 930 # Monit 918 931 monit () { -
cdd-utils/trunk/debian/changelog
r488 r490 8 8 * Disable cupsys avahi-daemon in indamixx 9 9 * Set trinity APT 10 * Added support for dnsmasq 10 11 11 12 -- Free Ekanayaka <free@64studio.com> Sun, 27 Apr 2008 18:24:52 +0200
