diff options
Diffstat (limited to 'app-admin/flexlm/flexlm-9.5-r1.ebuild')
-rw-r--r-- | app-admin/flexlm/flexlm-9.5-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/flexlm/flexlm-9.5-r1.ebuild b/app-admin/flexlm/flexlm-9.5-r1.ebuild index b6edb7ecee65..7c7303d4ad15 100644 --- a/app-admin/flexlm/flexlm-9.5-r1.ebuild +++ b/app-admin/flexlm/flexlm-9.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/flexlm/flexlm-9.5-r1.ebuild,v 1.5 2008/02/05 01:08:53 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/flexlm/flexlm-9.5-r1.ebuild,v 1.6 2011/11/02 21:51:37 vapier Exp $ inherit eutils @@ -64,7 +64,7 @@ src_install () { pkg_postinst() { enewgroup flexlm - enewuser flexlm -1 /bin/bash /opt/flexlm flexlm -c "FlexLM server user" + enewuser flexlm -1 /bin/bash /opt/flexlm flexlm elog "FlexLM installed. Config is in /etc/conf.d/flexlm" elog "Default location for license file is /etc/flexlm/license.dat" } |