diff options
Diffstat (limited to 'chat/zephyr-current/patches/patch-aj')
-rw-r--r-- | chat/zephyr-current/patches/patch-aj | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/chat/zephyr-current/patches/patch-aj b/chat/zephyr-current/patches/patch-aj deleted file mode 100644 index 9dddefc8956..00000000000 --- a/chat/zephyr-current/patches/patch-aj +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-aj,v 1.1 2003/07/29 18:56:00 jmmv Exp $ - ---- server/main.c.orig 2001-02-27 05:50:08.000000000 +0100 -+++ server/main.c -@@ -140,14 +140,14 @@ main(argc, argv) - extern int optind; - - #ifndef HAVE_HESIOD -- sprintf(list_file, "%s/zephyr/%s", SYSCONFDIR, SERVER_LIST_FILE); -+ sprintf(list_file, "%s/%s", SYSCONFDIR, SERVER_LIST_FILE); - #endif - #ifdef HAVE_KRB4 -- sprintf(srvtab_file, "%s/zephyr/%s", SYSCONFDIR, ZEPHYR_SRVTAB); -- sprintf(tkt_file, "%s/zephyr/%s", SYSCONFDIR, ZEPHYR_TKFILE); -+ sprintf(srvtab_file, "%s/%s", SYSCONFDIR, ZEPHYR_SRVTAB); -+ sprintf(tkt_file, "%s/%s", SYSCONFDIR, ZEPHYR_TKFILE); - #endif -- sprintf(acl_dir, "%s/zephyr/%s", SYSCONFDIR, ZEPHYR_ACL_DIR); -- sprintf(subs_file, "%s/zephyr/%s", SYSCONFDIR, DEFAULT_SUBS_FILE); -+ sprintf(acl_dir, "%s/%s", SYSCONFDIR, ZEPHYR_ACL_DIR); -+ sprintf(subs_file, "%s/%s", SYSCONFDIR, DEFAULT_SUBS_FILE); - - /* set name */ - programname = strrchr(argv[0],'/'); |