ports/net/tac_plus4/files/patch-tac__plus.8.in
Joe Marcus Clarke 50fa622e20 net/tac_plus4: Be explicit about the runtime user
It occurred to me that the tacacs user is set only at build time.  So,
if someone assigned a different uid to their runtime tacacs user, the
daemon would, by default, run under uid 559. So, add a default
"-U tacacs" to the flags.

While here, fix a typo in the man page.
2024-08-26 09:17:33 -04:00

14 lines
413 B
Groff

--- tac_plus.8.in.orig 2024-08-26 12:52:38 UTC
+++ tac_plus.8.in
@@ -206,8 +206,10 @@ in addition to logging to syslogd. Useful for debuggin
/dev/console
in addition to logging to syslogd. Useful for debugging.
.\"
-.TP \-U <setuid username>
+.TP
+.B \-U <setuid username>
Specify the username or UID to
+.B
.IR setuid(2).
If the daemon was compiled with a specific UID, this option overrides that
value.