Update dhcpcd.

This commit is contained in:
Arne Fitzenreiter
2009-12-20 18:10:11 +01:00
parent afcc0fcfd0
commit 26617b09c4
9 changed files with 106 additions and 63 deletions

View File

@@ -1,4 +1,13 @@
#var/ipfire/dhcpc
var/ipfire/dhcpc/dhcpcd.exe
sbin/dhcpcd
#var/ipfire/dhcpc
var/ipfire/dhcpc/dhcpcd-hooks
#var/ipfire/dhcpc/dhcpcd-hooks/01-test
#var/ipfire/dhcpc/dhcpcd-hooks/10-mtu
#var/ipfire/dhcpc/dhcpcd-hooks/29-lookup-hostname
#var/ipfire/dhcpc/dhcpcd-hooks/30-hostname
#var/ipfire/dhcpc/dhcpcd-hooks/70-dhcpcd.exe
var/ipfire/dhcpc/dhcpcd-run-hooks
#usr/share/man/man5/dhcpcd.conf.5
#usr/share/man/man8/dhcpcd-run-hooks.8
#usr/share/man/man8/dhcpcd.8
var/ipfire/dhcpc/dhcpcd.conf

View File

@@ -0,0 +1 @@
../../../common/dhcpcd

View File

@@ -1,5 +1,7 @@
etc/system-release
etc/rc.d/init.d/networking/red
etc/rc.d/init.d/networking/dhcpcd.exe
etc/rc.d/helper/getdnsfromdhcpc.pl
etc/rc.d/init.d/tmpfs
boot/grub/grub.conf
srv/web/ipfire/cgi-bin/index.cgi

View File

@@ -125,6 +125,10 @@ perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
#
rm -rf /etc/sysconfig/lm_sensors
#
# Delete old dhcpcd.exe...
#
rm -f /var/ipfire/dhcpc/dhcpcd.exe
#
# This core-update need a reboot
/usr/bin/logger -p syslog.emerg -t core-upgrade-34 "Upgrade finished. If you use a customized grub.cfg"
/usr/bin/logger -p syslog.emerg -t core-upgrade-34 "Check it before reboot !!!"