aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail-timeout_user-plugin/pkg-plist
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-07-11 14:56:17 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-07-11 14:56:17 +0000
commit7ed90ed42a33181706c43c075964472b586a5930 (patch)
treed8da733c4696ef5a21e827d3ea370bec9624654e /mail/squirrelmail-timeout_user-plugin/pkg-plist
parentfb773d98ad9e1e7beb8b380a457df5fa29ae4f69 (diff)
downloadports-7ed90ed42a33181706c43c075964472b586a5930.tar.gz
ports-7ed90ed42a33181706c43c075964472b586a5930.zip
This automatically logs a user out if they're idle for a set amount
of time. We define 'idle' as having not refreshed the right-hand frame. The administrator can set a standard time for all users or allow users to set their own timeout values. WWW: http://www.squirrelmail.org/plugin_view.php?id=38 PR: ports/99892 Submitted by: Thomas Abthorpe <thomas at goodking.ca>
Notes
Notes: svn path=/head/; revision=167487
Diffstat (limited to 'mail/squirrelmail-timeout_user-plugin/pkg-plist')
-rw-r--r--mail/squirrelmail-timeout_user-plugin/pkg-plist10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/squirrelmail-timeout_user-plugin/pkg-plist b/mail/squirrelmail-timeout_user-plugin/pkg-plist
new file mode 100644
index 000000000000..5276d714db25
--- /dev/null
+++ b/mail/squirrelmail-timeout_user-plugin/pkg-plist
@@ -0,0 +1,10 @@
+@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin pupdate; fi
+%%SQUIRRELDIR%%/plugins/timeout_user/version
+%%SQUIRRELDIR%%/plugins/timeout_user/README
+%%SQUIRRELDIR%%/plugins/timeout_user/index.php
+%%SQUIRRELDIR%%/plugins/timeout_user/setup.php
+%%SQUIRRELDIR%%/plugins/timeout_user/INSTALL
+%%SQUIRRELDIR%%/plugins/timeout_user/functions.php
+%%SQUIRRELDIR%%/plugins/timeout_user/config.php
+@dirrm %%SQUIRRELDIR%%/plugins/timeout_user
+@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin pupdate; fi