wok diff busybox/receipt @ rev 19785

Up cookutils (883)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 22 13:36:36 2017 +0100 (2017-02-22)
parents 1bf436c396bc
children 864a180f69c3
line diff
     1.1 --- a/busybox/receipt	Wed Jan 25 09:31:52 2017 +0100
     1.2 +++ b/busybox/receipt	Wed Feb 22 13:36:36 2017 +0100
     1.3 @@ -185,7 +185,7 @@
     1.4  	grep -rl 'copy; 2' $fs/var/www | xargs \
     1.5  		sed -i "s/copy; [0-9]*/copy; $(date +%Y)/"
     1.6  
     1.7 -	# Remove kmod & core-util-mount links
     1.8 +	# Remove kmod & util-linux-mount links
     1.9  	while read link; do
    1.10  		rm -f $fs$link
    1.11  	done <<EOT