This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 3033567376ee335545ac2b177c826ca2f287b446 (commit) from a1b4e3c22de4806bd30c485c4628db307fac21e5 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 3033567376ee335545ac2b177c826ca2f287b446 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jul 6 19:49:59 2013 +0200
wireless-client: add wireless cfg to iso, backup and core71.
-----------------------------------------------------------------------
Summary of changes: config/backup/include | 1 + config/rootfiles/common/configroot | 1 + config/rootfiles/core/71/filelists/files | 1 + config/rootfiles/core/71/update.sh | 5 +++++ lfs/configroot | 4 ++-- 5 files changed, 10 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/backup/include b/config/backup/include index 9b08683..8463a89 100644 --- a/config/backup/include +++ b/config/backup/include @@ -39,3 +39,4 @@ /root/.gitconfig /root/.bash_history /var/ipfire/ethernet/aliases +/var/ipfire/ethernet/wireless diff --git a/config/rootfiles/common/configroot b/config/rootfiles/common/configroot index e97134f..3910b36 100644 --- a/config/rootfiles/common/configroot +++ b/config/rootfiles/common/configroot @@ -36,6 +36,7 @@ var/ipfire/ethernet #var/ipfire/ethernet/scanned_nics #var/ipfire/ethernet/settings #var/ipfire/ethernet/vlans +#var/ipfire/ethernet/wireless #var/ipfire/extrahd #var/ipfire/extrahd/bin var/ipfire/extrahd/bin/extrahd.pl diff --git a/config/rootfiles/core/71/filelists/files b/config/rootfiles/core/71/filelists/files index 51d4ff4..b15981f 100644 --- a/config/rootfiles/core/71/filelists/files +++ b/config/rootfiles/core/71/filelists/files @@ -13,3 +13,4 @@ etc/rc.d/rc6.d/K82wlanclient usr/local/bin/wirelessclient srv/web/ipfire/cgi-bin/wirelessclient.cgi var/ipfire/langs +var/ipfire/backup/include diff --git a/config/rootfiles/core/71/update.sh b/config/rootfiles/core/71/update.sh index c83ffef..5a5e1b1 100644 --- a/config/rootfiles/core/71/update.sh +++ b/config/rootfiles/core/71/update.sh @@ -40,6 +40,11 @@ done extract_files
# +#Create wireless config file... +touch /var/ipfire/ethernet/wireless +chown nobody:nobody /var/ipfire/ethernet/wireless + +# #Start services
# diff --git a/lfs/configroot b/lfs/configroot index f8fe426..1f84a16 100644 --- a/lfs/configroot +++ b/lfs/configroot @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2013 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -64,7 +64,7 @@ $(TARGET) : for i in auth/users backup/include.user backup/exclude.user \ certs/index.txt ddns/config ddns/noipsettings ddns/settings ddns/ipcache dhcp/settings \ dhcp/fixleases dhcp/advoptions dhcp/dhcpd.conf.local dmzholes/config dns/settings ethernet/aliases ethernet/settings ethernet/known_nics ethernet/scanned_nics \ - extrahd/scan extrahd/devices extrahd/partitions extrahd/settings fwlogs/ipsettings fwlogs/portsettings \ + ethernet/wireless extrahd/scan extrahd/devices extrahd/partitions extrahd/settings fwlogs/ipsettings fwlogs/portsettings \ isdn/settings mac/settings main/disable_nf_sip main/hosts main/routing main/settings net-traffic/settings optionsfw/settings outgoing/settings outgoing/rules \ ovpn/ccd.conf ovpn/ccdroute ovpn/ccdroute2 pakfire/settings portfw/config ppp/settings-1 ppp/settings-2 ppp/settings-3 ppp/settings-4 \ ppp/settings-5 ppp/settings proxy/settings proxy/advanced/settings proxy/advanced/cre/enable remote/settings qos/settings qos/classes qos/subclasses qos/level7config qos/portconfig \
hooks/post-receive -- IPFire 2.x development tree