wok-next diff rsync/receipt @ rev 18481

bash: post_install() not [ fails ] when you refuse to make bash default
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 08 04:06:36 2015 +0300 (2015-10-08)
parents 17d8c8de40bf
children 9e01bc6321ea
line diff
     1.1 --- a/rsync/receipt	Wed Oct 08 19:19:04 2014 +0200
     1.2 +++ b/rsync/receipt	Thu Oct 08 04:06:36 2015 +0300
     1.3 @@ -44,6 +44,7 @@
     1.4  	# User and passwd in /etc/rsyncd.secrets, syntax : user:passwd
     1.5  	#
     1.6  	cp -a $stuff/etc $fs
     1.7 +	cp -a $stuff/usr $fs
     1.8  	chown root.root $fs/etc/init.d/*
     1.9  	chmod 0644 $fs/etc/rsyncd.conf
    1.10  	grep -q rsync $1/etc/inetd.conf || cat >> $1/etc/inetd.conf <<EOT