aboutsummaryrefslogtreecommitdiff
path: root/shells/rssh/pkg-plist
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-06-05 20:12:49 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-06-05 20:12:49 +0000
commitc52df97c064c255cb26069584da008dbb700b07f (patch)
tree83e09516444d11bb7e268ef06368b15bf2a24b68 /shells/rssh/pkg-plist
parent045dcdcadc7f9bed40543969a7aa3cc97e2e2c7e (diff)
Notes
Diffstat (limited to 'shells/rssh/pkg-plist')
-rw-r--r--shells/rssh/pkg-plist6
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