CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
rc: updated to 2.31
authorVictor Martinez <pitillo@ono.com>
Wed, 9 May 2018 00:49:05 +0000 (00:49 +0000)
committerVictor Martinez <pitillo@ono.com>
Wed, 9 May 2018 00:49:05 +0000 (00:49 +0000)
rc/.md5sum
rc/Pkgfile
rc/rc
rc/rc.fix

index 91e1cf9a67683f022d2aa1abf0f250ca9efb2984..293f98ff4dddf3e0c99df480c1748eaae3f8d05b 100644 (file)
@@ -1,7 +1,7 @@
 49523b36db24792e3e70be2190f2e64a  inittab
-73d785cc2b05907e5599c1ee3954570b  rc
+0f89496ea3a424679c3f53483c67b447  rc
 c9c1e10fb7ef7248e914879184cf8324  rc.conf
-afe5cd67920474246ae74e54a9845339  rc.fix
+3da9a078123dfae3e0e9ee70fd0ebf88  rc.fix
 d1be35927946756c68242f29c16ee983  rc.local
 394d5cff98ab59fd1a0ec64fe79292cb  rc.modules
 a2d24525ca3ff1daf5753edcdf89466b  rc.multi
index 9e71bc7e447dacc0f0ae4d19810c8c82b4cf5e1a..e7cdff8273fe891f680b8fdac6c63c4cb7203a78 100644 (file)
@@ -4,7 +4,7 @@
 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 
 name=rc
-version=2.29
+version=2.31
 release=1
 source=(inittab rc rc.modules rc.single rc.multi rc.local rc.fix rc.shutdown rc.conf)
 
diff --git a/rc/rc b/rc/rc
index a200e6a5b8371736ea619bae8e43e7e6285dd932..26b8ca08d67208ceda4d4004c8333d362bcdc689 100644 (file)
--- a/rc/rc
+++ b/rc/rc
@@ -16,7 +16,7 @@ echo "The system is coming up.  Please wait."
 # Create device-mapper device nodes and scan for LVM volume groups
 if [ -x /sbin/lvm ]; then
        /sbin/vgscan --mknodes --ignorelockingfailure
-       /sbin/vgchange --ignorelockingfailure -a y
+       /sbin/vgchange --sysinit -a y
 fi
 
 # Mount root read-only
index 02ce94c0cc89fc0f51bc158ec50394711c312dca..cf0dafbebb68bb921c91ba7c297f8fa7d10b498a 100644 (file)
--- a/rc/rc.fix
+++ b/rc/rc.fix
@@ -17,7 +17,7 @@ if [ -d /usr/share/fonts/X11 ]; then
 fi
 
 if [ -d /var/cache/fontconfig ] && [ -z "`/bin/ls /var/cache/fontconfig/`" ]; then
-    fc-cache &> /dev/null
+    fc-cache --system-only &> /dev/null
 fi