]> git.ipfire.org Git - people/amarx/ipfire-2.x.git/commitdiff
finish core55. v2.9-core55
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 5 Jan 2012 13:51:05 +0000 (14:51 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 5 Jan 2012 13:51:05 +0000 (14:51 +0100)
config/rootfiles/core/55/update.sh
make.sh

index 8ced59e926009437b4ea7101ed8c057669d663ee..dbdd4360b91850807b7d6027e628b691900a5e34 100644 (file)
@@ -17,7 +17,7 @@
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2011 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2012 IPFire-Team <info@ipfire.org>.                        #
 #                                                                          #
 ############################################################################
 #
@@ -34,7 +34,8 @@ done
 
 #
 #Stop services
-
+/etc/init.d/sshd stop
+/etc/init.d/apache stop
 
 #
 #Extract files
@@ -42,6 +43,8 @@ extract_files
 
 #
 #Start services
+/etc/init.d/apache start
+/etc/init.d/sshd start
 
 
 #
@@ -64,6 +67,9 @@ extract_files
 
 sync
 
+# This update need a reboot...
+touch /var/run/need_reboot
+
 #
 #Finish
 /etc/init.d/fireinfo start
diff --git a/make.sh b/make.sh
index ccdb4c639065932fad717f25c1d6ac0bf58cde38..1730275b8955612b5c0b856d3b6a17ad4b068a59 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -17,7 +17,7 @@
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007-2011 IPFire-Team <info@ipfire.org>.                   #
+# Copyright (C) 2007-2012 IPFire Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
@@ -26,7 +26,7 @@ NAME="IPFire"                                                 # Software name
 SNAME="ipfire"                                                 # Short name
 VERSION="2.11"                                                 # Version number
 CORE="55"                                                      # Core Level (Filename)
-PAKFIRE_CORE="54"                                              # Core Level (PAKFIRE)
+PAKFIRE_CORE="55"                                              # Core Level (PAKFIRE)
 GIT_BRANCH=`git status | head -n1 | cut -d" " -f4`             # Git Branch
 SLOGAN="www.ipfire.org"                                                # Software slogan
 CONFIG_ROOT=/var/ipfire                                                # Configuration rootdir