diff options
Diffstat (limited to 'app-admin/flexlm/files/flexlm-conf')
-rw-r--r-- | app-admin/flexlm/files/flexlm-conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-admin/flexlm/files/flexlm-conf b/app-admin/flexlm/files/flexlm-conf new file mode 100644 index 00000000..8d6f6941 --- /dev/null +++ b/app-admin/flexlm/files/flexlm-conf @@ -0,0 +1,13 @@ +# Copyright 2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Logfile path: (NOTE: This must be uid/gid owned by the value of $LMUSER!) +LMLOG="/var/log/flexlm/flexlm.log" + +# Run the lmgrd user as: +LMUSER="flexlm" + +# List all license files delimeted by a colon +LMLICENSE="/etc/flexlm/license.dat" +#LMLICENSE="${LMLICENSE}:/var/flexlm/aw.dat" +#LMLICENSE="${LMLICENSE}:/opt/shake/keys/license.dat" |