Changeset 1213


Ignore:
Timestamp:
01/14/12 22:17:26 (4 months ago)
Author:
tschmitt
Message:
  • dhcp-Server Konfiguration angepasst.
  • obsolete Configs entfernt.
Location:
main/linuxmuster-base/branches/testing
Files:
3 added
6 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • main/linuxmuster-base/branches/testing/debian/changelog

    r1212 r1213  
    55  * deactivated various ipcop stuff. 
    66 
    7  -- Thomas Schmitt <schmitt@lmz-bw.de>  Sat, 14 Jan 2012 21:27:57 +0100 
     7 -- Thomas Schmitt <schmitt@lmz-bw.de>  Sat, 14 Jan 2012 21:27:37 +0100 
    88 
    99linuxmuster-base (5.1.0-3lenny0) lenny; urgency=low 
  • main/linuxmuster-base/branches/testing/var/config-dynamic/00_stop-services/prepatch

    r1208 r1213  
    66          linbo-multicast nagios3 atd cron rembo quota apache2 cups \ 
    77          clamav-freshclam clamav-daemon cyrus2.2 postfix saslauthd amavis \ 
    8           mysql openntpd ssh samba slapd postgresql-8.4 nscd portmap \ 
    9           openbsd-inetd bind9 dhcp3-server" 
     8          mysql openntpd ssh samba slapd postgresql-9.1 nscd portmap \ 
     9          openbsd-inetd bind9 isc-dhcp-server" 
    1010 
    1111# make sure they are enabled to be able to shut them down 
     
    1414 
    1515for service in $services; do 
    16  
    17         [ -e "/etc/init.d/$service" ] && /etc/init.d/$service stop 
    18  
     16 [ -e "/etc/init.d/$service" ] && /etc/init.d/$service stop 
    1917done 
    2018 
  • main/linuxmuster-base/branches/testing/var/config-dynamic/03_dhcp3-server/postpatch

    • Property svn:keywords changed from Id to Id Revision
    r787 r1213  
    1 # delete temporary tepmplate 
    2 [ -e dhcpd.conf ] && rm dhcpd.conf 
     1# $Id$ 
    32 
    43# patch internal interface 
    5 [ "$1" = "--modfify" ] && backup_file /etc/default/dhcp3-server 
    6 sed -e "s/^INTERFACES=.*/INTERFACES=\"$intern\"/" -i /etc/default/dhcp3-server 
     4[ "$1" = "--modfify" ] && backup_file /etc/isc-dhcp-server 
     5sed -e "s/^INTERFACES=.*/INTERFACES=\"$intern\"/" -i /etc/isc-dhcp-server 
    76 
    87# simply start the service 
    9 /etc/init.d/dhcp3-server start 
     8/etc/init.d/isc-dhcp-server start 
Note: See TracChangeset for help on using the changeset viewer.