]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/rootfiles/core/46/update.sh
Run fireinfo @ core update.
[people/pmueller/ipfire-2.x.git] / config / rootfiles / core / 46 / update.sh
index f178d1013ce750b3a16dd9c5a2b55eabbbd3ea16..6d2a75dc49b4eb1b4c7f63006e77197fdb4695a3 100644 (file)
@@ -36,10 +36,11 @@ extract_files
 
 #
 #Start services
 
 #
 #Start services
+/etc/init.d/squid restart
 
 #
 #Update Language cache
 
 #
 #Update Language cache
-#perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
+perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
 
 # Rebuild initrd of optional pae and xen kernel
 KVER=2.6.32.28
 
 # Rebuild initrd of optional pae and xen kernel
 KVER=2.6.32.28
@@ -53,5 +54,7 @@ depmod 2.6.32.28-ipfire-xen >/dev/null 2>&1
 
 #
 #Finish
 
 #
 #Finish
+/etc/init.d/fireinfo start
+sendprofile
 #Don't report the exitcode last command
 exit 0
 #Don't report the exitcode last command
 exit 0