X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=trust_router.spec;h=2974e05f3aa7357a02c221b7d2028c003af39efc;hb=2dd5793a8fbb01f386d2618c0727e2424169568c;hp=2e308c00d88c2c62abde6c3f31066c0321dc1e6a;hpb=2bea8ea115666ce2c27981ba1d8632f89123e52e;p=trust_router.git diff --git a/trust_router.spec b/trust_router.spec index 2e308c0..2974e05 100644 --- a/trust_router.spec +++ b/trust_router.spec @@ -82,7 +82,7 @@ rm -rf $RPM_BUILD_ROOT %pre getent group trustrouter > /dev/null || groupadd -r trustrouter -getent passwd trustrouter > /dev/null || useradd -r -g trustrouter -d /var/lib/trust_router -s /sbin/nologin -c "GSS-EAP Trust Router service account" trustrouter +getent passwd trustrouter > /dev/null || useradd -r -g trustrouter -d /var/lib/trustrouter -s /sbin/nologin -c "GSS-EAP Trust Router service account" trustrouter exit 0