Projects
Kolab:3.4
kolab-webadmin
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 21
View file
kolab-webadmin.spec
Changed
@@ -104,10 +104,10 @@ %pre # Add the kolab user and group accounts -getent group %{kolab_group} &>/dev/null || groupadd -r %{kolab_group} -g %{kolab_group_id} &>/dev/null -getent passwd %{kolab_user} &>/dev/null || \ +getent group %{kolab_group} >/dev/null 2>&1 || groupadd -r %{kolab_group} -g %{kolab_group_id} >/dev/null 2>&1 || : +getent passwd %{kolab_user} >/dev/null 2>&1 || \ useradd -r -u %{kolab_user_id} -g %{kolab_group} -d %{_localstatedir}/lib/%{kolab_user} -s /sbin/nologin \ - -c "Kolab System Account" %{kolab_user} &>/dev/null || : + -c "Kolab System Account" %{kolab_user} >/dev/null 2>&1 || : gpasswd -a %{httpd_user} kolab >/dev/null 2>&1 || :
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.