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
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')
-rw-r--r--net-www/resin/Manifest2
-rw-r--r--net-www/resin/resin-2.1.9.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/net-www/resin/Manifest b/net-www/resin/Manifest
index af5b401dfcdc..1fa293e70829 100644
--- a/net-www/resin/Manifest
+++ b/net-www/resin/Manifest
@@ -1,5 +1,5 @@
MD5 bd50e905796e02dfce57f0c4bb6d04a8 ChangeLog 612
-MD5 5258d4802b69109a8fc88728a0f76a14 resin-2.1.9.ebuild 3540
+MD5 368780b0e8b48fe454bba4f954af3c8a resin-2.1.9.ebuild 3532
MD5 5837c42d665786c9555b544428725ff6 files/digest-resin-2.1.9 64
MD5 61545d3923eb43c48bd061ab224875d3 files/2.1.9/resin.conf 1237
MD5 cc895b3b901369aa2c6d80fb88369113 files/2.1.9/resin.diff 504
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
}