@unexec if cmp -s %D/etc/tund.conf %D/etc/tund.conf.orig; then rm -f %D/etc/tund.conf; fi etc/tund.conf.orig @exec [ ! -e %B/etc/tund.conf ] && cp %B/%f %B/tund.conf etc/tund.seed.rng include/babolo/tund.VERSION sbin/pkey_gen sbin/rsa_kg sbin/tund @exec mkdir -p /var/net/conf @exec %D/sbin/rsa_kg 1024 @exec %D/sbin/pkey_gen tund.rsa.key @exec install -C -o root -g wheel -m 0600 rsa_pub.key %D/etc/tund.hosts.key.orig @exec if [ ! -e %D/etc/tund.hosts.key ]; then cp -p %D/etc/tund.hosts.key.orig %D/etc/tund.hosts.key; fi @unexec rm -f %D/etc/tund.hosts.key.orig @exec install -C -o root -g wheel -m 0600 tund.rsa.key %D/etc/tund.rsa.key.orig @exec if [ ! -e %D/etc/tund.rsa.key ]; then cp -p %D/etc/tund.rsa.key.orig %D/etc/tund.rsa.key; fi @unexec rm -f %D/etc/tund.rsa.key.orig @exec install -C -o root -g wheel -m 0600 tund.seed.rng /var/net/conf/tund.seed.rng @unexec rm -f /var/net/conf/tund.seed.rng @unexec rmdir /var/net/conf || true