Changeset 212

Show
Ignore:
Timestamp:
08/29/04 16:57:36 (9 years ago)
Author:
solitarius
Message:

2004-08-29 Guillaume Beaudoin <isf@…>

  • wifidog.spec.in: Changed prefix to match scripts/init.d/wifidog.
  • debian/rules: Configuration and init.d file added.
  • debian/control: Description and Depends field changed.
  • Makefile.am: Added scripts directory and ipkg/rules file.
Location:
trunk/wifidog
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog/ChangeLog

    r211 r212  
    11# $Header$ 
     22004-08-29 Guillaume Beaudoin <isf@soli.ca> 
     3        * wifidog.spec.in: Changed prefix to match scripts/init.d/wifidog. 
     4        * debian/rules: Configuration and init.d file added. 
     5        * debian/control: Description and Depends field changed. 
     6        * Makefile.am: Added scripts directory and ipkg/rules file. 
     7 
    282004-08-29 Pascal Leclerc <pascal@plec.ca> 
    39        * scripts/init.d/wifidog: Startup/shutdown script for Wifidog deamon 
  • trunk/wifidog/Makefile.am

    r208 r212  
    1717  wifidog.spec \ 
    1818  config \ 
     19  scripts \ 
    1920  debian/rules \ 
    2021  debian/control \ 
    2122  debian/changelog \ 
     23  ipkg/rules \ 
    2224  wifidog.conf 
    2325 
  • trunk/wifidog/debian/control

    r147 r212  
    66Package: wifidog 
    77Architecture: any 
    8 Depends: iptables 
     8Depends: iptables, modutils, grep, mawk | awk 
    99Provides: libhttpd 
    10 Description: The WiFi Guard Dog project is a complete and embeddable captive portal solution for wireless community groups or individuals who wish to open a free HotSpot while still preventing abuse of their Internet connection. 
     10Description: The WiFi Guard Dog client 
     11 The WiFi Gaurd Dog project is a complete and embeddable captive portal 
     12 solution for wireless community groups or individuals who wish to open 
     13 a free HotSpot while still preventing abuse of their Internet connection. 
     14 . 
     15 This pakacge contains only the client part. An authentification server 
     16 must be available to make use of it. 
  • trunk/wifidog/debian/rules

    r147 r212  
    3030 
    3131        $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install 
     32        mkdir -p $(CURDIR)/debian/tmp/etc 
     33        cp wifidog.conf $(CURDIR)/debian/tmp/etc 
     34        cp scripts/init.d/wifidog debian/wifidog.init 
    3235 
    3336# Build architecture-independent files here. 
     
    5053#       dh_installpam 
    5154#       dh_installmime 
    52 #       dh_installinit 
     55        dh_installinit 
    5356#       dh_installcron 
    5457#       dh_installinfo 
  • trunk/wifidog/wifidog.spec.in

    r209 r212  
    44%define version @VERSION@ 
    55%define release 1 
    6 %define prefix /usr/local 
    76 
    87Summary: The WiFi Guard Dog project will be a complete and embeedable captive portal solution for wireless community groups or individuals who wish to open a free HotSpot while still preventing abuse of their Internet connection. 
     
    3231%install 
    3332rm -rf $RPM_BUILD_ROOT 
    34 mkdir -p $RPM_BUILD_ROOT%{prefix} 
     33mkdir -p $RPM_BUILD_ROOT%{_prefix} 
    3534 
    3635LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir} make prefix=$RPM_BUILD_ROOT%{_prefix} \ 
     
    3837    datadir=$RPM_BUILD_ROOT%{_datadir} \ 
    3938    includedir=$RPM_BUILD_ROOT%{_includedir} install 
     39 
     40# Will this overide previous config file? 
     41mkdir -p $RPM_BUILD_ROOT/etc 
     42cp wifidog.conf $RPM_BUILD_ROOT/etc 
    4043 
    4144%makeinstall 
     
    4851%defattr(-,root,root) 
    4952%doc AUTHORS COPYING ChangeLog INSTALL NEWS README doc/html 
     53%config /etc/wifidog.conf 
    5054%{_bindir}/* 
    5155%{_libdir}/*.a 
     
    5862* Sun Aug 29 2004 Guillaume Beaudoin <isf@soli.ca> 
    5963- Littles fixes and libofx leftover. 
     64- Prefix changed to /usr to match init.d script (define removed). 
    6065* Sat Mar 8 2004 Benoit Gr�goire <bock@step.polymtl.ca> 
    6166- Created spec file