From 10c495daf1c377e6a945505edd5fcb984b4d22ee Mon Sep 17 00:00:00 2001 From: "Alan J. Wylie" Date: Wed, 10 Nov 2004 13:14:39 +0000 Subject: [PATCH] alanw: fix typo in package/sirkull/clamav/postsysfiles.in safe_useradd needs user and group numbers, but only had one number fix typo [2004102817032014237] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4754 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/sirkull/clamav/postsysfiles.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/sirkull/clamav/postsysfiles.in b/package/sirkull/clamav/postsysfiles.in index 985f91edd..464d1c1d2 100644 --- a/package/sirkull/clamav/postsysfiles.in +++ b/package/sirkull/clamav/postsysfiles.in @@ -1,4 +1,4 @@ safe_groupadd clamav 54 -safe_useradd clamav 54 "clamav" /var/empty /bin/false "*" +safe_useradd clamav 54 54 "clamav" /var/empty /bin/false "*"