http://bugzilla.opensuse.org/show_bug.cgi?id=1210267 http://bugzilla.opensuse.org/show_bug.cgi?id=1210267#c1 Wolfgang Rosenauer <wolfgang@rosenauer.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |freek@opensuse.org, | |wolfgang@rosenauer.org Flags| |needinfo?(freek@opensuse.or | |g) --- Comment #1 from Wolfgang Rosenauer <wolfgang@rosenauer.org> --- I just reviewed the source package and I cannot really see what you are describing. In the spec all directories are still set up as %{_localstatedir}/spool/amavis amavis.service has WorkingDirectory=/var/spool/amavis/tmp The spec also still contains this for i in $(find -maxdepth 1 -name "amavisd*" | sed s#./##); do if [[ $i == *patch ]] ; then continue; fi if [[ $i == *patch ]] ; then continue; fi if [[ $i == *spec ]] ; then continue; fi echo "patching file $i" sed -i "s|^# \$MYHOME =.*|\$MYHOME = '%{avspool}';|g; \ s|/var/amavis/db|%{avdb}|g; \ s|/var/virusmails|%{avquarantine}|g; \ s|/var/amavis/amavisd.sock|%{avspool}/amavisd.sock|g" $i done From the changelog I cannot see that there was an intentional move of the working directories. I'm setting up a VM to check the installed system but if you could provide already more details. There might be some path hiding somewhere which is not correctly covered? -- You are receiving this mail because: You are on the CC list for the bug.