Show
Ignore:
Timestamp:
03/01/08 19:49:54 (9 months ago)
Author:
rats
Message:

* Updated all Docs. Some are still with ToDo?
* Fixed #1070: FreeBSD, ispcp-setup uses group which does not exist
* Updated all languages
* Inproved: Update SQL with IGNORE statement
* Update PHPmyAdmin to version 2.11.5
* Updated all distributions
* Dropped support of Suse Enterprise Linux Server (SELS) - Please use OpenSuse? files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configs/Makefile

    r1007 r1026  
    2525        elif test $(HOST_OS) = redhat ; then \ 
    2626                cd ./dists/redhat && $(MAKE) install ; \ 
    27         elif test $(HOST_OS) = suse10 ; then \ 
    28                 cd ./dists/suse10 && $(MAKE) install ; \ 
    29         elif test $(HOST_OS) = opensuse10 ; then \ 
    30                 cd ./dists/opensuse10 && $(MAKE) install ; \ 
     27        elif test $(HOST_OS) = suse ; then \ 
     28                cd ./dists/opensuse && $(MAKE) install ; \ 
     29        elif test $(HOST_OS) = opensuse ; then \ 
     30                cd ./dists/opensuse && $(MAKE) install ; \ 
    3131        elif test $(HOST_OS) = ubuntu ; then \ 
    3232                cd ./dists/ubuntu && $(MAKE) install ; \ 
     
    5555        elif test $(HOST_OS) = redhat ; then \ 
    5656                cd ./dists/redhat && $(MAKE) uninstall ; \ 
    57         elif test $(HOST_OS) = suse10 ; then \ 
    58                 cd ./dists/suse10 && $(MAKE) uninstall ; \ 
    59         elif test $(HOST_OS) = opensuse10 ; then \ 
    60                 cd ./dists/opensuse10 && $(MAKE) uninstall ; \ 
     57        elif test $(HOST_OS) = suse ; then \ 
     58                cd ./dists/opensuse && $(MAKE) uninstall ; \ 
     59        elif test $(HOST_OS) = opensuse ; then \ 
     60                cd ./dists/opensuse && $(MAKE) uninstall ; \ 
    6161        elif test $(HOST_OS) = ubuntu ; then \ 
    6262                cd ./dists/ubuntu && $(MAKE) uninstall ; \