Projects
Kolab:Winterfell
roundcubemail
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 197
View file
debian.tar.gz/roundcubemail-core.postinst
Changed
@@ -6,6 +6,10 @@ set -e fixperms() { + # Necessary because update_database() below will otherwise create console.log with the wrong permissions later on. + touch /var/log/roundcubemail/console.log + touch /var/log/roundcubemail/errors.log + group=$(getent group roundcube_sysgroup >/dev/null 2>&1 && echo "roundcube_sysgroup" || echo "adm") user=$(getent passwd roundcube_sysuser >/dev/null 2>&1 && echo "roundcube_sysuser" || echo "www-data") chown -R ${user}:${group} /var/log/roundcubemail
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
.