opnsense-ports/misc/yaunc/files/patch-usage.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
473 B
C

--- 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 ${PREFIX}/CONFFILE \n");
fprintf(stderr, "\t-h - display this help\n");
fprintf(stderr, "\n");
exit(0);