mirror of
https://git.freebsd.org/ports.git
synced 2025-05-08 03:40:46 -04:00
Welcome the new krb5-121 (1.21) from MIT. krb5-119 is now deprecated and scheduled for removal a year from now.
4 lines
88 B
Bash
4 lines
88 B
Bash
#!/bin/sh -
|
|
|
|
set -- $(echo "$*" | sed 's/--detach//')
|
|
exec %%PREFIX%%/sbin/krb5kdc "$@"
|