]> code.citadel.org Git - citadel.git/blobdiff - citadel/modules/mrtg/serv_mrtg.c
Removed references to Subversion in the code
[citadel.git] / citadel / modules / mrtg / serv_mrtg.c
index 2ee6f4b23ee22812708d38add97789519aa15dd1..a4be399268ef6530d22a4b5521e90dece439b7d2 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This module supplies statistics about the activity levels of your Citadel
  * system.  We didn't bother writing a reporting module, because there is
  * already an excellent tool called MRTG (Multi Router Traffic Grapher) which
@@ -56,7 +54,6 @@
 #include "config.h"
 #include "control.h"
 #include "user_ops.h"
-#include "policy.h"
 #include "database.h"
 #include "msgbase.h"
 
@@ -184,6 +181,6 @@ CTDL_MODULE_INIT(mrtg)
                CtdlRegisterProtoHook(cmd_mrtg, "MRTG", "Supply stats to MRTG");
        }
        
-       /* return our Subversion id for the Log */
-        return "$Id$";
+       /* return our module name for the log */
+        return "mrtg";
 }