Antennipasi
2008-12-23 d1386ac2333cf1215f6d57353dec2e6e91a6f784
Up-to-date lenny/sid should return 5.0 as version since 2008-12-04
1 files modified
4 ■■■■ changed files
install/lib/install.lib.php 4 ●●●● patch | view | raw | blame | history
install/lib/install.lib.php
@@ -70,7 +70,7 @@
            $distbaseid = 'debian';
            swriteln("Operating System: Debian 4.0 or compatible\n");
        }
        if(trim(file_get_contents('/etc/debian_version')) == 'lenny/sid') {
        if(trim(file_get_contents('/etc/debian_version')) == '5.0') {
            $distname = 'Debian';
            $distver = 'Lenny/Sid';
            $distid = 'debian40';
@@ -565,4 +565,4 @@
?>
?>