# HG changeset patch # User Pascal Bellard # Date 1338639143 -7200 # Node ID 6b2d11ed8718798eb49159ac7b19b9f38365b6fd # Parent 6ea85ee8bde83ef98743454c3ae39517b8374a4b /etc/init.d/rcS: typo diff -r 6ea85ee8bde8 -r 6b2d11ed8718 etc/init.d/rcS --- a/etc/init.d/rcS Sat Jun 02 13:49:20 2012 +0200 +++ b/etc/init.d/rcS Sat Jun 02 14:12:23 2012 +0200 @@ -214,7 +214,7 @@ mount -t tmpfs tmpfs /tmp fi /etc/init.d/rcS readonly 2>&1 | tee -a /tmp/boot.log - # Lograde boot.log + # Logrotate boot.log last=.9 for i in .8 .7 .6 .5 .4 .3 .2 .1 .0 '' ; do mv -f /var/log/boot.log${i} /var/log/boot.log${last} 2>/dev/null