summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Carlson <absinthe@gentoo.org>2003-04-30 13:26:04 +0000
committerDylan Carlson <absinthe@gentoo.org>2003-04-30 13:26:04 +0000
commit139fb991ff64228e194830a1daf5ac1796700c7a (patch)
tree1ff6ff4dbba7303c275ccc902b73d4970900cdaf /net-www/resin/resin-2.1.9.ebuild
parentInitial import. (diff)
downloadgentoo-2-139fb991ff64228e194830a1daf5ac1796700c7a.tar.gz
gentoo-2-139fb991ff64228e194830a1daf5ac1796700c7a.tar.bz2
gentoo-2-139fb991ff64228e194830a1daf5ac1796700c7a.zip
Minor typo fix.
Diffstat (limited to 'net-www/resin/resin-2.1.9.ebuild')
-rw-r--r--net-www/resin/resin-2.1.9.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/resin/resin-2.1.9.ebuild b/net-www/resin/resin-2.1.9.ebuild
index f5b9ca18edc4..e24793744091 100644
--- a/net-www/resin/resin-2.1.9.ebuild
+++ b/net-www/resin/resin-2.1.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/resin/resin-2.1.9.ebuild,v 1.1 2003/04/30 13:17:37 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/resin/resin-2.1.9.ebuild,v 1.2 2003/04/30 13:26:01 absinthe Exp $
inherit java-pkg
@@ -18,7 +18,7 @@ pkg_setup() {
groupadd -g 268 resin || die "problem adding group resin, gid 268"
fi
if ! id resin; then
- useradd -u 268 -g resin -s /bin/bash -d /opt/resin -c "Apache Tomcat" resin || die "problem adding user resin, uid 268"
+ useradd -u 268 -g resin -s /bin/bash -d /opt/resin -c "Resin" resin || die "problem adding user resin, uid 268"
fi
}