removed obsolete cron file

avoid empty links returned by the "link" macro - for standard compliance
explain the reasoning for using "CryptoBoxRootActionsLocal" in cryptobox.conf
reverting it from "CryptoBoxRootActions" back to "CryptoBoxRootActionsLocal"
This commit is contained in:
lars 2007-01-21 15:37:42 +00:00
parent 71276ae7fa
commit 16ce32c640
3 changed files with 6 additions and 2 deletions

View file

@ -85,7 +85,10 @@ umount = /bin/umount
nice = /usr/bin/nice
super = /usr/bin/super
# this is the "program" name as defined in /etc/super.tab
CryptoBoxRootActions = CryptoBoxRootActions
# "CryptoBoxRootActionsLocal" (in /etc/super.tab) should point to the
# CryptoBoxRootActions.py file in your local sorkign directory - this avoids
# conflicts with a locally (apt-)installed CryptoBoxRootActions.py file
CryptoBoxRootActions = CryptoBoxRootActionsLocal
[PluginSettings]

View file

@ -1 +0,0 @@
* * * * * root [ -e /usr/lib/cryptobox/cbox-manage.sh ] && /usr/lib/cryptobox/check_smb_idle.sh

View file

@ -22,6 +22,8 @@ def:link(path, attr1, value1, attr2, value2)
?><?cs var:url_escape(name(attrs)) ?>=<?cs var:url_escape(attrs)
?><?cs /if
?><?cs /each
?><?cs elif:path == ""
?>./<?cs # avoid empty links as they are not standard compliant
?><?cs /if ?><?cs
/def ?><?cs