]> git.decadent.org.uk Git - ion3.git/blobdiff - utils/ion-statusd/ion-statusd.c
[svn-upgrade] Integrating new upstream version, ion3 (20080103)
[ion3.git] / utils / ion-statusd / ion-statusd.c
index 5822fe6f897ea850489a00e39613eb408db2d505..640274629ac778e5395043b07bafe27f0b5c4302 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ion/utils/ion-statusd/ion-statusd.c
  *
- * Copyright (c) Tuomo Valkonen 2004-2006.
+ * Copyright (c) Tuomo Valkonen 2004-2008.
  *
  * Ion is free software; you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by
@@ -65,7 +65,7 @@ static OptParserOpt ion_opts[]={
 
 
 static const char statusd_copy[]=
-    "Ion-statusd " ION_VERSION ", copyright (c) Tuomo Valkonen 2004-2005.";
+    "Ion-statusd " ION_VERSION ", copyright (c) Tuomo Valkonen 2004-2008.";
 
 
 static const char statusd_license[]=DUMMY_TR(
@@ -161,7 +161,7 @@ int main(int argc, char*argv[])
     
     libtu_init(argv[0]);
 
-#ifdef CF_RELOCATABLE    
+#ifdef STATUSD_LOCATION
     prefix_set(argv[0], STATUSD_LOCATION);
 #endif