diff options
author | carlosg <carlosg> | 2006-08-11 16:25:56 +0000 |
---|---|---|
committer | carlosg <carlosg> | 2006-08-11 16:25:56 +0000 |
commit | 78bba5b089f04bd61f4fb0a6bd2df90bfe49eec5 (patch) | |
tree | 7264adff6f02eb4f266783aaac6baf794891518b /ChangeLog | |
parent | 8ed7927e834be83087c40fb69dcd65c9c9885ec1 (diff) |
2006-08-11 Carlos Garnacho <carlosg@gnome.org>
* Init/ServicesList.pm: add postgresql-8.1 to the list. Ubuntu patch
* Network/Ifaces.pm (check_capi): modified Ubuntu patch. More reliable
ISDN detection on Linux.
(get_interface_replace_table) (set): hardcode serial speed to 115200.
Modified Ubuntu patch
* Utils/Backend.pm (daemonize) (set_no_daemon) (init): run daemonized
by default, add --no-daemon. Modified Ubuntu patch. Also, remove lots
of unused code
* Utils/File.pm (get_data_path): removed, no longer necessary
* Utils/Platform.pm: slight code fixes
* Utils/Replace.pm (set_ppp_options_connect): use chatscript path.
Ubuntu patch.
Thanks to the Ubuntu Folks!! (mvo and dholbach surely)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,22 @@ 2006-08-11 Carlos Garnacho <carlosg@gnome.org> + * Init/ServicesList.pm: add postgresql-8.1 to the list. Ubuntu patch + * Network/Ifaces.pm (check_capi): modified Ubuntu patch. More reliable + ISDN detection on Linux. + (get_interface_replace_table) (set): hardcode serial speed to 115200. + Modified Ubuntu patch + * Utils/Backend.pm (daemonize) (set_no_daemon) (init): run daemonized + by default, add --no-daemon. Modified Ubuntu patch. Also, remove lots + of unused code + * Utils/File.pm (get_data_path): removed, no longer necessary + * Utils/Platform.pm: slight code fixes + * Utils/Replace.pm (set_ppp_options_connect): use chatscript path. + Ubuntu patch. + + Thanks to the Ubuntu Folks!! (mvo and dholbach surely) + +2006-08-11 Carlos Garnacho <carlosg@gnome.org> + * Utils/Platform.pm (guess): make distribution detection more generic, remove lots of check_distro() functions. (ensure_distro_map): create a distro metamap, from now adding a new |