csb/krb5/config/kerberos.sh
Willy Sudiarto Raharjo 04ce3d2a8b Initial Commit of Cinnamon SlackBuilds Repository.
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
2014-04-09 11:29:35 +07:00

4 lines
134 B
Bash

#!/bin/sh
PATH="$PATH:/usr/kerberos/bin"
MANPATH="$MANPATH:/usr/kerberos/man"
[ "$(id -u)" = "0" ] && PATH="$PATH:/usr/kerberos/sbin"