fca6d5b663
-- 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
14 lines
363 B
Plaintext
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
|