CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
rc: updated to 2.28 and aligned with upstream
authorVictor Martinez <pitillo@ono.com>
Tue, 10 Sep 2013 20:32:18 +0000 (20:32 +0000)
committerVictor Martinez <pitillo@ono.com>
Tue, 10 Sep 2013 20:32:18 +0000 (20:32 +0000)
rc/.md5sum
rc/Pkgfile
rc/inittab
rc/rc.shutdown

index 8a410a83fbd2b4c49e60330564dd1b54dfbf1714..60987c3a4f4260e87f0a12e6f47bd2b3f46c51c3 100644 (file)
@@ -1,9 +1,9 @@
-d2a8e98a8b10ba09b2a9da34326b526a  inittab
+49523b36db24792e3e70be2190f2e64a  inittab
 3858dfcab370c4e9b9d7356a1d3464a1  rc
 c8fe38143dffbbc628a7a33966fae408  rc.conf
 afe5cd67920474246ae74e54a9845339  rc.fix
 d1be35927946756c68242f29c16ee983  rc.local
 394d5cff98ab59fd1a0ec64fe79292cb  rc.modules
 a2d24525ca3ff1daf5753edcdf89466b  rc.multi
-d3a1e6e3edad489020fd56305bed8d6f  rc.shutdown
+a46c238c63564a289318b771f81e602d  rc.shutdown
 d8d9bd102b0177a7bb30db9fd088a6e8  rc.single
index e4098d8288782d056c28420311850d32483fcd98..eeb1d6eb5744cc0003ebe5c9ed93398bc2e49e66 100644 (file)
@@ -4,8 +4,8 @@
 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 
 name=rc
-version=2.26
-release=3
+version=2.28
+release=1
 source=(inittab rc rc.modules rc.single rc.multi rc.local rc.fix rc.shutdown rc.conf)
 
 build() {
index ba613fd667cc6c878de0f6d7be9a3a4033e5b6a5..067bc4791b56460d164269b3d3d63d9201ee953f 100644 (file)
@@ -17,7 +17,7 @@ rm:2:wait:/etc/rc.multi
 rd:06:wait:/etc/rc.shutdown
 su:S:wait:/sbin/sulogin -p
 
-c1:2:respawn:/sbin/agetty 38400 tty1 linux
+c1:2:respawn:/sbin/agetty --noclear 38400 tty1 linux
 c2:2:respawn:/sbin/agetty 38400 tty2 linux
 c3:2:respawn:/sbin/agetty 38400 tty3 linux
 c4:2:respawn:/sbin/agetty 38400 tty4 linux
index 790117e7f55568e64da9eb596c9f142a9fa1ba67..63fbd431d51e2904c2012e2fbf417872e96bf14f 100755 (executable)
@@ -43,14 +43,14 @@ fi
 /sbin/swapoff -a
 
 # Unmount file systems
-/bin/umount -a -r -t nosysfs,noproc
+/bin/umount -a -d -r -t nosysfs,noproc,nodevtmpfs
 if [ -x /sbin/lvm ]; then
        /sbin/vgchange --ignorelockingfailure -a n
 fi
 /bin/umount -a -r
 
 # Remount root filesystem read-only
-/bin/mount -n -o remount,ro /
+/bin/mount -o remount,ro /
 
 # Power off or reboot
 if [ "$RUNLEVEL" = "0" ]; then