diff options
Diffstat (limited to 'security/massh/pkg-plist')
-rw-r--r-- | security/massh/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/massh/pkg-plist b/security/massh/pkg-plist index e0de9245d503..cb22ca418471 100644 --- a/security/massh/pkg-plist +++ b/security/massh/pkg-plist @@ -1,6 +1,8 @@ bin/massh lib/libmassh.sh +@unexec if cmp -s %D/etc/massh.conf.example %D/etc/massh.conf; then rm -f %D/etc/massh.conf; fi etc/massh.conf.example +@exec if [ ! -f $D/etc/massh.conf ] ; then cp -p %D/%F %B/massh.conf; fi @exec mkdir -p %%MASSHDIR%%/pull @exec mkdir -p %%MASSHDIR%%/push @exec mkdir -p %%MASSHDIR%%/scripts |