openbsd-ports/net/no-ip/patches/patch-noip2_c

18 lines
537 B
Plaintext
Raw Normal View History

2003-06-27 07:37:23 -04:00
$OpenBSD: patch-noip2_c,v 1.2 2003/06/27 11:37:23 wilfried Exp $
--- noip2.c.orig Sat May 24 00:55:14 2003
+++ noip2.c Fri Jun 27 10:52:49 2003
@@ -172,11 +172,8 @@
#define NODNSGROUP "@@NO_GROUP@@"
2003-05-07 04:33:19 -04:00
#define HOST 1
#define GROUP 2
-#ifndef PREFIX
- #define PREFIX "/usr/local"
-#endif
-#define CONFIG_FILEPATH PREFIX"/etc"
-#define CONFIG_FILENAME PREFIX"/etc/no-ip2.conf"
+#define CONFIG_FILEPATH "/etc"
+#define CONFIG_FILENAME "/etc/no-ip2.conf"
#define CONFSTRLEN 1024
#define MAX_DEVLEN 16
#define MAX_INSTANCE 4