Show
Ignore:
Timestamp:
08/30/04 14:34:58 (9 years ago)
Author:
benoitg
Message:

2004-08-31 Benoit Gr�goire <bock@…>

  • Makefile.am: Add rpm target
  • wifidog.spec.in: Rework spec file. Now works and include the init script
  • ipkg/rules: Deal with the incomplete init.d system of the OpenWrt?. Install scripts/init.d/wifidog as /usr/bin/wifidog-init, and call wifidog-init start from S65wifidog.
  • scripts/openwrt/S65wifidog: Add file
  • scripts/init.d/wifidog: Fix performance and protability problem. Make it chkconfig compliant. Test that chkconfig --add wifidog works (at least on mandrake)
    • src/wdctl.c: Change some message, make sure wdctl return 0 unless there is an error.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog/ChangeLog

    r213 r215  
    11# $Header$ 
     22004-08-31 Benoit Gr�goire  <bock@step.polymtl.ca> 
     3        * Makefile.am: Add rpm target 
     4        * wifidog.spec.in:  Rework spec file.  Now works and include the init script 
     5        * ipkg/rules:  Deal with the incomplete init.d system of the OpenWrt.   Install scripts/init.d/wifidog as /usr/bin/wifidog-init, and call wifidog-init start from S65wifidog.  
     6        * scripts/openwrt/S65wifidog: Add file 
     7        * scripts/init.d/wifidog:  Fix performance and protability problem.  Make it chkconfig compliant.  Test that chkconfig --add wifidog works (at least on mandrake) 
     8        * src/wdctl.c:  Change some message, make sure wdctl return 0 unless there is an error. 
     9         
    2102004-08-30 Benoit Gr�goire  <bock@step.polymtl.ca> 
    311        * README.openwrt:  Documentation update