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:
parent
71276ae7fa
commit
16ce32c640
3 changed files with 6 additions and 2 deletions
|
@ -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]
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
* * * * * root [ -e /usr/lib/cryptobox/cbox-manage.sh ] && /usr/lib/cryptobox/check_smb_idle.sh
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue