]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Add squid and squidguard to core38 updater.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 11 Apr 2010 11:29:36 +0000 (13:29 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 11 Apr 2010 11:29:36 +0000 (13:29 +0200)
config/rootfiles/core/38/filelists/squid [new symlink]
config/rootfiles/core/38/filelists/squidguard [new symlink]
config/rootfiles/core/38/update.sh

diff --git a/config/rootfiles/core/38/filelists/squid b/config/rootfiles/core/38/filelists/squid
new file mode 120000 (symlink)
index 0000000..2dc8372
--- /dev/null
@@ -0,0 +1 @@
+../../../common/squid
\ No newline at end of file
diff --git a/config/rootfiles/core/38/filelists/squidguard b/config/rootfiles/core/38/filelists/squidguard
new file mode 120000 (symlink)
index 0000000..f87a5b0
--- /dev/null
@@ -0,0 +1 @@
+../../../common/squidguard
\ No newline at end of file
index 943c38728b8a34eae67ebc4e4a8e60c62fb93631..769ba1500fba296aab08ef9903d68f836428014f 100644 (file)
@@ -65,6 +65,11 @@ rm -rf /lib/modules/*-ipfire
 # Todo: remove openswan libs ...
 #
 
 # Todo: remove openswan libs ...
 #
 
+#
+# Stop Sevices
+#
+/etc/init.d/squid stop
+
 #
 # Backup grub.conf
 #
 #
 # Backup grub.conf
 #
@@ -133,6 +138,10 @@ perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
 # Todo convert ipsec.conf from open to strongswan...
 #
 #
 # Todo convert ipsec.conf from open to strongswan...
 #
 #
+# Start Sevices
+#
+/etc/init.d/squid start
+#
 # Delete old lm-sensor modullist...
 #
 rm -rf /etc/sysconfig/lm_sensors
 # Delete old lm-sensor modullist...
 #
 rm -rf /etc/sysconfig/lm_sensors