freebsd-ports/misc/yaunc/files/patch-ac
Christian Weisgerber ccbc927c38 Update to 1.00. Inspired by
PR:		51448
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
2003-04-27 17:30:07 +00:00

14 lines
478 B
Text

$FreeBSD$
--- usage.c.orig Sun Apr 27 19:11:03 2003
+++ usage.c Sun Apr 27 19:11:26 2003
@@ -10,7 +10,7 @@
fprintf(stderr, "\n");
fprintf(stderr, "Options:\n");
fprintf(stderr, "\t-f <config file> - use the specified config file instead of \n");
- fprintf(stderr, "\t of /etc/yaunc.conf\n");
+ fprintf(stderr, "\t of " CONFFILE "\n");
fprintf(stderr, "\t-h - display this help\n");
fprintf(stderr, "\n");
exit(0);