tazusb rev 166 4.2.5

tazusb: do not save pid files (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 17 11:30:08 2014 +0200 (2014-06-17)
parents 36983168cbd9
children 9f7b52bf6e59
files .hgtags tazusb
line diff
     1.1 --- a/.hgtags	Tue Jun 17 11:23:29 2014 +0200
     1.2 +++ b/.hgtags	Tue Jun 17 11:30:08 2014 +0200
     1.3 @@ -21,6 +21,4 @@
     1.4  6aab26ebdfc567003427229e67d310326728233a 4.2.2
     1.5  48ea0363f418d730d0aaf07516e9929e4da4cbce 4.2.3
     1.6  b158b5aefa5dde8dc9b5b8f4ddb9cd1913b2dd39 4.2.4
     1.7 -d450d4b603437058597b7b7aa72d3be3be27c581 4.2.5
     1.8 -d450d4b603437058597b7b7aa72d3be3be27c581 4.2.5
     1.9  0645a66ba186dab0b5d3964586eb61fa2c269024 4.2.5
     2.1 --- a/tazusb	Tue Jun 17 11:23:29 2014 +0200
     2.2 +++ b/tazusb	Tue Jun 17 11:30:08 2014 +0200
     2.3 @@ -482,7 +482,7 @@
     2.4  		do
     2.5  			echo $dir >>/tmp/list
     2.6  		done
     2.7 -		sed -i '/^\/var\/run\/.*\.pid$/d' /tmp/list
     2.8 +		sed -i '/^\/var\/run\/.*pid$/d' /tmp/list
     2.9  
    2.10  		# Generate initramfs with specified compression
    2.11  		if [ "$COMPRESSION" = "lzma" ]; then