]> git.ipfire.org Git - people/trikolon/ipfire-2.x.git/commitdiff
core57: add apache and squid to updater.
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 8 Feb 2012 06:49:48 +0000 (07:49 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 8 Feb 2012 06:49:48 +0000 (07:49 +0100)
config/rootfiles/core/57/filelists/apache2 [new symlink]
config/rootfiles/core/57/filelists/squid [new symlink]
config/rootfiles/core/57/update.sh

diff --git a/config/rootfiles/core/57/filelists/apache2 b/config/rootfiles/core/57/filelists/apache2
new file mode 120000 (symlink)
index 0000000..eef95ef
--- /dev/null
@@ -0,0 +1 @@
+../../../common/apache2
\ No newline at end of file
diff --git a/config/rootfiles/core/57/filelists/squid b/config/rootfiles/core/57/filelists/squid
new file mode 120000 (symlink)
index 0000000..2dc8372
--- /dev/null
@@ -0,0 +1 @@
+../../../common/squid
\ No newline at end of file
index 2f78a25658babe7df768373486243cda6dbaf2fd..6668c8f5522cb53386d6523fa72be6a3fec3b128 100644 (file)
@@ -34,6 +34,8 @@ done
 
 #
 #Stop services
+/etc/init.d/squid stop
+/etc/init.d/apache stop
 
 #
 #Extract files
@@ -42,6 +44,8 @@ extract_files
 
 #
 #Start services
+/etc/init.d/squid start
+/etc/init.d/apache start
 
 #
 #Update Language cache