wok-6.x diff tinc/receipt @ rev 24142
linux-aufs: git checkout problem ?
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Nov 15 08:46:59 2021 +0000 (2021-11-15) |
parents | 026f210c4201 |
children |
line diff
1.1 --- a/tinc/receipt Fri Mar 06 17:01:11 2020 +0100 1.2 +++ b/tinc/receipt Mon Nov 15 08:46:59 2021 +0000 1.3 @@ -44,3 +44,11 @@ 1.4 cp -a $install/usr/sbin $fs/usr 1.5 cp -a $stuff/* $fs 1.6 } 1.7 + 1.8 +post_install() 1.9 +{ 1.10 + grep -q'^tinc\b' $1/etc/services || cat >> $1/etc/services <<EOT 1.11 +tinc 655/tcp TINC 1.12 +tinc 655/udp TINC 1.13 +EOT 1.14 +}