diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-08-21 14:32:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-08-21 14:32:07 +0000 |
commit | 87e50eaccf92e3e675057198fcbe385de0453915 (patch) | |
tree | 97f6d353de7a28d457d3370f113f4ce37def298f /shells/rssh/pkg-plist | |
parent | fe6a84f89c84fb7db7bdfd8799962b43d08bac96 (diff) | |
download | ports-87e50eaccf92e3e675057198fcbe385de0453915.tar.gz ports-87e50eaccf92e3e675057198fcbe385de0453915.zip |
Notes
Diffstat (limited to 'shells/rssh/pkg-plist')
-rw-r--r-- | shells/rssh/pkg-plist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shells/rssh/pkg-plist b/shells/rssh/pkg-plist new file mode 100644 index 000000000000..4bfa5f99c1a6 --- /dev/null +++ b/shells/rssh/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +bin/rssh +@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells; rm -f /etc/shells.bak +@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak +etc/rssh.conf.dist +libexec/rssh_chroot_helper |