This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from a1fc80b x2goserver.conf: Fix apache2/conf.d directory creationg on openSUSE. new 1a835d4 x2goclient.spec: Own /etc/apache2 / /etc/httpd, as well. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: x2goclient.spec | 2 ++ 1 file changed, 2 insertions(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 1a835d4dc5a91a026a8be55abef168462aa3197a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Oct 14 19:40:25 2014 +0200 x2goclient.spec: Own /etc/apache2 / /etc/httpd, as well. --- x2goclient.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x2goclient.spec b/x2goclient.spec index 4c7b870..3567e75 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -215,9 +215,11 @@ fi %defattr(-,root,root) # Link %if 0%{suse_version} +%dir %{_sysconfdir}/apache2/ %dir %{_sysconfdir}/apache2/conf.d/ %{_sysconfdir}/apache2/conf.d/x2goplugin-provider.conf %else +%dir %{_sysconfdir}/httpd/ %dir %{_sysconfdir}/httpd/conf.d/ %{_sysconfdir}/httpd/conf.d/x2goplugin-provider.conf %endif -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git