Changeset 756

Show
Ignore:
Timestamp:
08/20/2007 08:46:08 AM (11 months ago)
Author:
gnif
Message:

Update changelog with change info ;)
Update makefiles to copy the ispcp-make_cert.sh script into /usr/sbin

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/ssl-addon/trunk/CHANGELOG

    r751 r756  
    55|         - AWStats:                                              | 
    66|               * gui: disable stats-alias in client menu         | 
     7|               * setup: complete SSL support                     | 
    78\_________________________________________________________________/ 
     9 
     102007-08-20 Geoffrey McRae 
     11    - SETUP: 
     12        * Added initial SSL support to the installer (incomplete, probarbly broken at the moment) 
     13    - TOOLS: 
     14        * Added "ispcp-make_cert.sh" script for SSL certificate generation 
     15    - ENGINE 
     16        * Fixed the rest of the "SELECT *" statments 
     17        * Cleaned up some of the long SQL statements to be easier to read. 
    818 
    9192007-08-18 Raphael Geissert 
  • branches/ssl-addon/trunk/tools/BSDmakefile

    r688 r756  
    1212        $(SYSTEM_MAKE_DIRS) $(DAEMON_DIR) 
    1313        cp ./daemon/ispcp_daemon $(DAEMON_DIR) 
     14        cp ./ssl/ispcp-make_cert.sh /usr/sbin/ 
    1415 
    1516uninstall: 
     
    1819        $(MAKE) uninstall;) 
    1920        rm -rf $(DAEMON_DIR) 
     21        rm -f /usr/sbin/ispcp-make_cert.sh 
    2022        rm -rf build 
    2123 
  • branches/ssl-addon/trunk/tools/Makefile

    r688 r756  
    1212        $(SYSTEM_MAKE_DIRS) $(DAEMON_DIR) 
    1313        cp ./daemon/ispcp_daemon $(DAEMON_DIR) 
     14        cp ./ssl/ispcp-make_cert.sh /usr/sbin/ 
    1415 
    1516uninstall: 
     
    1819        $(MAKE) uninstall; ) 
    1920        rm -rf $(DAEMON_DIR) 
     21        rm -f /usr/sbin/ispcp-make_cert.sh 
    2022        rm -rf build 
    2123