wok
diff rsync/receipt @ rev 19768
rsync: may not require /etc/inetd.conf (again)
author |
Pascal Bellard <pascal.bellard@slitaz.org> |
date |
Mon Feb 20 15:02:16 2017 +0100 (2017-02-20) |
parents |
49d803122cfe |
children |
0025104fb934 |
line diff
1.1 --- a/rsync/receipt Mon Feb 20 12:42:22 2017 +0100
1.2 +++ b/rsync/receipt Mon Feb 20 15:02:16 2017 +0100
1.3 @@ -52,6 +52,7 @@
1.4 cat >> "$1/etc/inetd.conf" <<EOT
1.5 #rsync stream tcp nowait root rsync rsync -daemon
1.6 EOT
1.7 + true
1.8 }
1.9
1.10 post_remove()