openbsd-ports/net/tacacs+/patches/patch-tac_plus_c
jsyn fca6d5b663 Import of tacacs+-4.0.4a:
--
Cisco's TACACS+ Server

TACACS+ is used for authentication, authorization, and accounting
on Cisco routers. This daemon provides a server for TACACS+ routers.

WWW: http://www.gazi.edu.tr/tacacs/

MAINTAINER= Jeff Bachtel <jeff@cepheid.org>

+ lots of additional mods
+ pvalchev@ helped
+ lebel@ reviewed
2001-07-30 05:18:07 +00:00

14 lines
363 B
Plaintext

$OpenBSD: patch-tac_plus_c,v 1.1.1.1 2001/07/30 05:18:07 jsyn Exp $
--- tac_plus.c.orig Thu Jul 26 01:06:43 2001
+++ tac_plus.c Thu Jul 26 01:08:12 2001
@@ -662,6 +662,9 @@ version()
#ifdef NO_PWAGE
fprintf(stdout,"NO_PWAGE\n");
#endif
+#ifdef OPENBSD
+ fprintf(stdout,"OPENBSD\n");
+#endif
#ifdef REAPCHILD
fprintf(stdout,"REAPCHILD\n");
#endif