Changeset 279
- Timestamp:
- 11/18/04 18:43:38 (4 years ago)
- Files:
-
- branches/WIFIDOG_1_0_X/wifidog/ChangeLog (modified) (1 diff)
- branches/WIFIDOG_1_0_X/wifidog/ipkg/rules (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/WIFIDOG_1_0_X/wifidog/ChangeLog
r278 r279 1 1 # $Header$ 2 2004-11-18 Philippe April <philippe@philippeapril.com> 3 * ipkg/rules: fixed conffiles, it was not doing it the right way 2 4 3 5 2004-11-18 Alexandre Carmel-Veilleux <acv@acv.ca> branches/WIFIDOG_1_0_X/wifidog/ipkg/rules
r258 r279 107 107 echo "Description: The WiFiDog project is 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." >> $(TMP_DIR)/CONTROL/control 108 108 echo "Source: http://www.ilesansfil.org/wiki/WiFiDog" >> $(TMP_DIR)/CONTROL/control 109 echo "/etc/wifidog.conf" > >$(TMP_DIR)/CONTROL/conffiles109 echo "/etc/wifidog.conf" > $(TMP_DIR)/CONTROL/conffiles 110 110 $(IPKG_BUILD) -c -o root -g root $(TMP_DIR) $(CURDIR) 111 111
