Projects
Kolab:16:TestingLinked
roundcubemail
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 91
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +roundcubemail (1.4-0~kolab316) unstable; urgency=low + + * change ownershow of /var/lib/roundcubemail to www-data group instead of adm + + -- Daniel Hoffend <dh@dotlan.net> Mon, 18 Nov 2019 22:51:00 +0100 + roundcubemail (1.4-0~kolab315) unstable; urgency=low * Check in 13 revisions ahead of upstream 1.4-rc2 release
View file
debian.tar.gz/roundcubemail-core.postinst
Changed
@@ -8,19 +8,18 @@ fixperms() { 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/lib/roundcubemail \ - /var/log/roundcubemail + chown -R ${user}:${group} /var/log/roundcubemail + + group=$(getent group roundcube_sysgroup >/dev/null 2>&1 && echo "roundcube_sysgroup" || echo "www-data") + chown -R ${user}:${group} /var/lib/roundcubemail + chown -R root:${group} /etc/roundcubemail chmod 750 \ /var/lib/roundcubemail \ /var/log/roundcubemail - group=$(getent group roundcube_sysgroup >/dev/null 2>&1 && echo "roundcube_sysgroup" || echo "www-data") - chown -R root:${group} /etc/roundcubemail - - find /etc/roundcubemail -type d -exec chmod u+rwx,g+rx,g-w,o-rwx {} \; - find /etc/roundcubemail -type f -exec chmod u+rw,u-x,g+r,g-wx,o-rwx {} \; + find /etc/roundcubemail -type d -exec chmod u+rwx,g+rx,g-w,o-rwx {} \; + find /etc/roundcubemail -type f -exec chmod u+rw,u-x,g+r,g-wx,o-rwx {} \; } reload_apache()
View file
roundcubemail.dsc
Changed
@@ -2,7 +2,7 @@ Source: roundcubemail Binary: roundcubemail Architecture: all -Version: 1:1.4-0~kolab315 +Version: 1:1.4-0~kolab316 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Homepage: http://www.roundcube.net/
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
.