From 7274a673f0e2941c17c0745285d2f46f97728db3 Mon Sep 17 00:00:00 2001 From: Jan Paul Tuecking Date: Sun, 5 Dec 2010 19:20:58 +0100 Subject: [PATCH] Read license agreement out of file. --- html/cgi-bin/index.cgi | 639 +---------------------------------------- lfs/stage2 | 4 + 2 files changed, 17 insertions(+), 626 deletions(-) diff --git a/html/cgi-bin/index.cgi b/html/cgi-bin/index.cgi index c07182ec6b..5c0376aeee 100644 --- a/html/cgi-bin/index.cgi +++ b/html/cgi-bin/index.cgi @@ -454,7 +454,7 @@ END print <$Lang::tr{'needreboot'}!"; + print "

$Lang::tr{'needreboot'}!"; } } else { my $message=''; @@ -484,632 +484,19 @@ END else { &Header::openbox('100%', 'left', $Lang::tr{'gpl license agreement'}); print <
- +END +; +if (`find /usr/share/doc/licenses/GPLv3 2>/dev/null`) { + print '' +} +else { + print '
GNU GENERAL PUBLIC LICENSE
' +} +print <
$Lang::tr{'gpl i accept these terms and conditions'}. @@ -1117,7 +504,7 @@ copy of the Program in return for a fee.

- $Lang::tr{'gpl unofficial translation of the general public license v3'} + $Lang::tr{'gpl unofficial translation of the general public license v3'} END diff --git a/lfs/stage2 b/lfs/stage2 index b2be2d6ca7..5f038c3250 100644 --- a/lfs/stage2 +++ b/lfs/stage2 @@ -108,4 +108,8 @@ $(TARGET) : # A small hack to include /root to the iso but not all of it's files. touch /root/ipfire + # License agreement + -mkdir -pv /usr/share/doc/licenses/ + cp -vf $(DIR_SRC)/doc/COPYING /usr/share/doc/licenses/GPLv3 + @$(POSTBUILD) -- 2.39.2