acth-converter: ac2th - new poldek conf path, btw this script is t...

glen glen at pld-linux.org
Tue Dec 26 20:31:19 CET 2006


Author: glen                         Date: Tue Dec 26 19:31:19 2006 GMT
Module: acth-converter                Tag: HEAD
---- Log message:
- new poldek conf path, btw this script is totally pointless -- reboot to install glibc locales??? wtf

---- Files affected:
acth-converter:
   ac2th (1.19 -> 1.20) 

---- Diffs:

================================================================
Index: acth-converter/ac2th
diff -u acth-converter/ac2th:1.19 acth-converter/ac2th:1.20
--- acth-converter/ac2th:1.19	Sat Dec 23 16:44:56 2006
+++ acth-converter/ac2th	Tue Dec 26 20:31:14 2006
@@ -46,8 +46,8 @@
 PACKAGES_2="kernel-grsecurity grub rc-boot lilo dev FHS localedb-src"
 
 # check default language resources being installed
-if grep -s '^rpmdef.*_install_langs' /etc/poldek.conf; then
-	INSTALL_LANGS=$(grep -s '^rpmdef.*_install_langs' /etc/poldek.conf |\
+if grep -s '^rpmdef.*_install_langs' /etc/poldek/poldek.conf; then
+	INSTALL_LANGS=$(grep -s '^rpmdef.*_install_langs' /etc/poldek/poldek.conf |\
 		sed 's/.*_install_langs[ 	]*//')
 	INSTALL_ALL_LANGS=0
 else
@@ -55,7 +55,7 @@
 	INSTALL_ALL_LANGS=1
 fi
 
-mv /etc/poldek.conf /etc/poldek.conf.ac
+mv /etc/poldek/poldek.conf /etc/poldek/poldek.conf.ac
 
 cp /etc/lilo.conf /etc/lilo.conf.ac
 cp /boot/grub/menu.lst /boot/grub/menu.lst.ac
@@ -63,7 +63,7 @@
 grep '^\(ignore\|hold\)' /etc/poldek/poldek.conf | grep -v "#" 2>&1 > /dev/null
 STATUS=$?
 if [ $STATUS -eq 0 ]; then
-    echo "You have some hold/ignore lines in poldek.conf. SOME THING WILL GO WRONG"
+    echo "You have some hold/ignore lines in poldek.conf. SOME THINGS WILL GO WRONG"
 	grep '^\(ignore\|hold\)' /etc/poldek/poldek.conf.ac
 fi
 
@@ -151,6 +151,6 @@
 echo You should now execute bootmanager configuration.
 echo If you use lilo - lilo.
 echo If you use grub - configuration will be not necessary.
-echo Be aware that .ra files in /etc and /boot/grub should contain old 
+echo Be aware that .ac files in /etc and /boot/grub should contain old 
 echo configs of poldek, lilo and grub.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/acth-converter/ac2th?r1=1.19&r2=1.20&f=u



More information about the pld-cvs-commit mailing list