summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authornecoro <>2007-04-25 16:05:46 +0000
committernecoro <>2007-04-25 16:05:46 +0000
commit28c524e8243f9eb41f2ecb7197e33711727526d9 (patch)
tree1ac2ddf2cd27411c0e9d634283873a9642ccb131 /plugins
parent86490cd2c9f7523835ecedf472398845c56b5c0c (diff)
downloadportato-28c524e8243f9eb41f2ecb7197e33711727526d9.tar.gz
portato-28c524e8243f9eb41f2ecb7197e33711727526d9.tar.bz2
portato-28c524e8243f9eb41f2ecb7197e33711727526d9.zip
added noroot-option
Diffstat (limited to 'plugins')
-rw-r--r--plugins/noroot.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/noroot.xml b/plugins/noroot.xml
new file mode 100644
index 0000000..7e744ef
--- /dev/null
+++ b/plugins/noroot.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<plugin
+ author="René 'Necoro' Neumann"
+ name="No Root">
+ <import>portato.plugins.noroot</import>
+
+ <hook
+ hook = "am_i_root"
+ call = "i_am_root">
+ <connect type="override" />
+ </hook>
+</plugin>