summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rarpd/Makefile
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2001-06-18 06:48:33 +0000
committerroam <roam@FreeBSD.org>2001-06-18 06:48:33 +0000
commit90dc66d97b0ce3c09d459832a696fc4622d6b498 (patch)
treed66bf02fca204eae4576d03c4be99ea342073289 /usr.sbin/rarpd/Makefile
parent70e687ffe387af58a7d533f119a1fc01ad91fc29 (diff)
downloadFreeBSD-src-90dc66d97b0ce3c09d459832a696fc4622d6b498.zip
FreeBSD-src-90dc66d97b0ce3c09d459832a696fc4622d6b498.tar.gz
Add a -d command-line option; when used in conjunction with -f, rarpd
sends error messages to stderr, normal output to stdout, instead of logging everything via syslog. Turn off the FORMAT_AUDIT in the Makefile, until I can figure out how to disable the check for one single line in the source :( Reviewed by: dd, silence on -audit MFC after: 1 month
Diffstat (limited to 'usr.sbin/rarpd/Makefile')
-rw-r--r--usr.sbin/rarpd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/rarpd/Makefile b/usr.sbin/rarpd/Makefile
index 8f3042e..44caa41 100644
--- a/usr.sbin/rarpd/Makefile
+++ b/usr.sbin/rarpd/Makefile
@@ -6,6 +6,7 @@ MAN= rarpd.8
CFLAGS+= -DTFTP_DIR=\"/tftpboot\"
WARNS?= 2
-FORMAT_AUDIT?= 1
+# This breaks with format strings returned by expand_syslog_m().. argh!
+#FORMAT_AUDIT?= 1
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud