diff options
author | Antoine Ginies <aginies@mandriva.com> | 2005-09-01 14:44:41 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2005-09-01 14:44:41 +0000 |
commit | f0f87613b457ce85ec95621f72aba9645c6f873d (patch) | |
tree | 74912cbe52fd2447fbd473d335c90deb8eded1cc | |
parent | 958eabb1bc4355df3fa27df1dfe11c56bccfb6ca (diff) | |
download | drakpxelinux-f0f87613b457ce85ec95621f72aba9645c6f873d.tar drakpxelinux-f0f87613b457ce85ec95621f72aba9645c6f873d.tar.gz drakpxelinux-f0f87613b457ce85ec95621f72aba9645c6f873d.tar.bz2 drakpxelinux-f0f87613b457ce85ec95621f72aba9645c6f873d.tar.xz drakpxelinux-f0f87613b457ce85ec95621f72aba9645c6f873d.zip |
few update, dont know why set_profile2 doesnt work on systems tab
-rw-r--r-- | drakpxelinux.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drakpxelinux.pl b/drakpxelinux.pl index 0f43445..d8d6ba7 100644 --- a/drakpxelinux.pl +++ b/drakpxelinux.pl @@ -1225,6 +1225,7 @@ gtkpack($w->{window}, gtknew('VBox', spacing => 0, children => [ add_configured_mac_addresses(); update_systems_data(); +write_profile_conf(); get_mac_addresses_from_dhcp_log(); Glib::Timeout->add(60000, \&get_mac_addresses_from_dhcp_log); refresh_profiles(); |