Date: Monday, February 9, 2015 @ 22:26:55 Author: guillaume Revision: 231201
Fix typo in systemd user name Modified: tomcat8/trunk/PKGBUILD tomcat8/trunk/systemd_sysusers.d_tomcat8.conf ---------------------------------+ PKGBUILD | 4 ++-- systemd_sysusers.d_tomcat8.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-02-09 21:13:30 UTC (rev 231200) +++ PKGBUILD 2015-02-09 21:26:55 UTC (rev 231201) @@ -1,7 +1,7 @@ # Maintainer: Guillaume ALAUX <[email protected]> pkgname=tomcat8 pkgver=8.0.18 -pkgrel=2 +pkgrel=3 pkgdesc='Open source implementation of the Java Servlet 3.1 and JavaServer Pages 2.3 technologies' arch=('any') url='http://tomcat.apache.org/' @@ -23,7 +23,7 @@ sha256sums=('49f9097073493accb8f8e0827d8f4ee00d2cc115b9188fc3902deb3696554379' 'd44056248b7cdd6671fd4de08a9453b3bd1a83980343d249a99b74939d46f4d4' - '3f69c07659509bd1ae9d94cecbbba7c9072f0ede69e0a69d05b67a66aef9f686' + '02e7a1edb82ed117629189806d40c2c7b70ec994ecbafc11cb7dc7eec35af216' '0dc1fdb537d3488756755f3fb713a9638597d4c68596f6f94f2707e8363cf5e2') _gid_log=19 Modified: systemd_sysusers.d_tomcat8.conf =================================================================== --- systemd_sysusers.d_tomcat8.conf 2015-02-09 21:13:30 UTC (rev 231200) +++ systemd_sysusers.d_tomcat8.conf 2015-02-09 21:26:55 UTC (rev 231201) @@ -1 +1 @@ -u tomat8 57 "Tomcat 8 user" /usr/share/tomcat8 +u tomcat8 57 "Tomcat 8 user" /usr/share/tomcat8
