wok diff cups/receipt @ rev 19767

rsync: may not require /etc/inetd.conf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 20 12:42:22 2017 +0100 (2017-02-20)
parents 4cb2e73cd9d8
children c1cf33a04d62
line diff
     1.1 --- a/cups/receipt	Sat Jun 04 12:20:36 2016 +0200
     1.2 +++ b/cups/receipt	Mon Feb 20 12:42:22 2017 +0100
     1.3 @@ -102,5 +102,5 @@
     1.4  
     1.5  post_remove()
     1.6  {
     1.7 -	ln -s /bin/busybox "$1/usr/bin/lpr"
     1.8 +	ln -fs /bin/busybox "$1/usr/bin/lpr"
     1.9  }