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 d175e0b9d30ae78d59460a6891545589826dc628 (commit) via f68b4b661428552dc580ff92714557e74aac765d (commit) via 96fc97868b97435776d87a32ff72589a26677476 (commit) from ec372b7b519dbc85d2713c3d611d55cf87615490 (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 d175e0b9d30ae78d59460a6891545589826dc628 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Sep 3 12:55:08 2011 +0200
Update translation for static routing.
All except en and de are missing.
commit f68b4b661428552dc580ff92714557e74aac765d Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Sep 3 12:31:09 2011 +0200
Add static routing to menu.
commit 96fc97868b97435776d87a32ff72589a26677476 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Sep 3 12:30:47 2011 +0200
groff: Fix rebuild.
-----------------------------------------------------------------------
Summary of changes: config/menu/30-network.menu | 6 ++++++ doc/language_issues.es | 1 + doc/language_issues.fr | 1 + doc/language_issues.pl | 1 + doc/language_issues.ru | 1 + doc/language_missings | 4 ++++ langs/de/cgi-bin/de.pl | 1 + langs/en/cgi-bin/en.pl | 1 + lfs/groff | 4 ++-- 9 files changed, 18 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/menu/30-network.menu b/config/menu/30-network.menu index abc6bc6..f4645b8 100644 --- a/config/menu/30-network.menu +++ b/config/menu/30-network.menu @@ -35,6 +35,12 @@ 'title' => "$Lang::tr{'edit hosts'}", 'enabled' => 1, }; + $subnetwork->{'51.routes'} = { + 'caption' => $Lang::tr{'static routes'}, + 'uri' => '/cgi-bin/routing.cgi', + 'title' => "$Lang::tr{'static routes'}", + 'enabled' => 1, + }; $subnetwork->{'60.upload'} = { 'caption' => $Lang::tr{'upload'}, 'uri' => '/cgi-bin/upload.cgi', diff --git a/doc/language_issues.es b/doc/language_issues.es index 21aecae..0ef2eac 100644 --- a/doc/language_issues.es +++ b/doc/language_issues.es @@ -537,5 +537,6 @@ WARNING: untranslated string: route config changed WARNING: untranslated string: routing config added WARNING: untranslated string: routing config changed WARNING: untranslated string: routing table +WARNING: untranslated string: static routes WARNING: untranslated string: system information WARNING: untranslated string: vpn keyexchange diff --git a/doc/language_issues.fr b/doc/language_issues.fr index 3b5f3f3..00cb462 100644 --- a/doc/language_issues.fr +++ b/doc/language_issues.fr @@ -526,6 +526,7 @@ WARNING: untranslated string: routing config added WARNING: untranslated string: routing config changed WARNING: untranslated string: routing table WARNING: untranslated string: snort working +WARNING: untranslated string: static routes WARNING: untranslated string: system information WARNING: untranslated string: upload new ruleset WARNING: untranslated string: urlfilter file ext block diff --git a/doc/language_issues.pl b/doc/language_issues.pl index 21aecae..0ef2eac 100644 --- a/doc/language_issues.pl +++ b/doc/language_issues.pl @@ -537,5 +537,6 @@ WARNING: untranslated string: route config changed WARNING: untranslated string: routing config added WARNING: untranslated string: routing config changed WARNING: untranslated string: routing table +WARNING: untranslated string: static routes WARNING: untranslated string: system information WARNING: untranslated string: vpn keyexchange diff --git a/doc/language_issues.ru b/doc/language_issues.ru index cf1f645..9add81b 100644 --- a/doc/language_issues.ru +++ b/doc/language_issues.ru @@ -509,4 +509,5 @@ WARNING: untranslated string: route config changed WARNING: untranslated string: routing config added WARNING: untranslated string: routing config changed WARNING: untranslated string: routing table +WARNING: untranslated string: static routes WARNING: untranslated string: vpn keyexchange diff --git a/doc/language_missings b/doc/language_missings index 229c8a3..5dc1dae 100644 --- a/doc/language_missings +++ b/doc/language_missings @@ -32,6 +32,7 @@ < ntp common settings < ntp sync < snort working +< static routes < system information < upload new ruleset < urlfilter file ext block @@ -97,6 +98,7 @@ < outgoing firewall p2p description 3 < outgoing firewall view group < Set time on boot +< static routes < system information < vpn keyexchange ############################################################################ @@ -115,6 +117,7 @@ < extrahd unable to write < extrahd you cant mount < minute +< static routes < vpn keyexchange ############################################################################ # Checking install/setup translations for language: ru # @@ -134,4 +137,5 @@ < extrahd unable to write < extrahd you cant mount < minute +< static routes < vpn keyexchange diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 0f95df0..0d73e61 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -1651,6 +1651,7 @@ 'start ovpn server' => 'Starte OpenVPN Server', 'state or province' => 'Bundesstat oder Provinz', 'static ip' => 'Statisch IP', +'static routes' => 'Statische Routen', 'status' => 'Status', 'status information' => 'Statusinformationen', 'status ovpn' => 'OpenVPN', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 851d3c6..e18fc53 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -1684,6 +1684,7 @@ 'start ovpn server' => 'Start OpenVPN Server', 'state or province' => 'State or Province', 'static ip' => 'Static IP', +'static routes' => 'Static routes', 'status' => 'Status', 'status information' => 'Status information', 'status ovpn' => '4. OpenVPN Status / Configuration:', diff --git a/lfs/groff b/lfs/groff index d654c05..1739fee 100644 --- a/lfs/groff +++ b/lfs/groff @@ -73,7 +73,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && PAGE=A4 ./configure --prefix=/usr --enable-multibyte --disable-nls cd $(DIR_APP) && make cd $(DIR_APP) && make install - ln -sv eqn /usr/bin/geqn - ln -sv tbl /usr/bin/gtbl + ln -svf eqn /usr/bin/geqn + ln -svf tbl /usr/bin/gtbl @rm -rf $(DIR_APP) @$(POSTBUILD)
hooks/post-receive -- IPFire 2.x development tree