From 7f4c06e7a4a32467ca9ceab1499edfb1517aa3b2 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 28 Jan 2016 16:20:16 +0100 Subject: [PATCH] finish core97 Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/97/filelists/i586/openssl-sse2 | 1 + config/rootfiles/core/97/update.sh | 2 ++ make.sh | 4 ++-- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 120000 config/rootfiles/core/97/filelists/i586/openssl-sse2 diff --git a/config/rootfiles/core/97/filelists/i586/openssl-sse2 b/config/rootfiles/core/97/filelists/i586/openssl-sse2 new file mode 120000 index 0000000000..f424713d6c --- /dev/null +++ b/config/rootfiles/core/97/filelists/i586/openssl-sse2 @@ -0,0 +1 @@ +../../../../common/i586/openssl-sse2 \ No newline at end of file diff --git a/config/rootfiles/core/97/update.sh b/config/rootfiles/core/97/update.sh index 912bde9481..be240fafba 100644 --- a/config/rootfiles/core/97/update.sh +++ b/config/rootfiles/core/97/update.sh @@ -40,6 +40,8 @@ extract_files # /usr/local/bin/update-lang-cache # Start services +/etc/init.d/sshd restart +/etc/init.d/apace restart # This update need a reboot... touch /var/run/need_reboot diff --git a/make.sh b/make.sh index 39089cd887..ed071c8f55 100755 --- a/make.sh +++ b/make.sh @@ -25,8 +25,8 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.17" # Version number -CORE="96" # Core Level (Filename) -PAKFIRE_CORE="96" # Core Level (PAKFIRE) +CORE="97" # Core Level (Filename) +PAKFIRE_CORE="97" # Core Level (PAKFIRE) GIT_BRANCH=`git rev-parse --abbrev-ref HEAD` # Git Branch SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir -- 2.39.2