diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-09-06 23:18:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-09-06 23:18:21 +0000 |
commit | f6b8d196e9fc41e7d1f4bbb90aa7327356a3fd6a (patch) | |
tree | 7673edd336fa66d38618d446a67f934069f695f0 /security | |
parent | 8b34ae3a812af913c74ed36b179c0d8373ae6be3 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/massh/Makefile | 1 | ||||
-rw-r--r-- | security/massh/pkg-plist | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/security/massh/Makefile b/security/massh/Makefile index 4edb12914b5c..19eaa070e6db 100644 --- a/security/massh/Makefile +++ b/security/massh/Makefile @@ -7,6 +7,7 @@ PORTNAME= massh PORTVERSION= 2.0.57 +PORTREVISION= 1 CATEGORIES= security sysutils MASTER_SITES= http://m.a.tt/er/ DISTNAME= massh 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 |