[sysadmin-bin] ftpadmin: add notify subcommand



commit 3f5d0a6bc0ba268a0c5d31d439d739582471a700
Author: Olav Vitters <olav vitters nl>
Date:   Tue Apr 26 23:08:44 2011 +0200

    ftpadmin: add notify subcommand

 ftpadmin |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ftpadmin b/ftpadmin
index 72af95e..76b4e5c 100755
--- a/ftpadmin
+++ b/ftpadmin
@@ -1366,7 +1366,7 @@ def cmd_notify(options, parser):
                                                 or version_cmp(x.version, y.version)))
 
     for module in modules:
-        module.notify()
+        module.inform()
         print ""
 
 def cmd_show_info(options, parser):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]