https://bugzilla.novell.com/show_bug.cgi?id=844575 https://bugzilla.novell.com/show_bug.cgi?id=844575#c5 Freek de Kruijf <freek@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Resolution|FIXED | --- Comment #5 from Freek de Kruijf <freek@opensuse.org> 2013-11-05 16:00:38 UTC --- This what I did on fresh installed openSUSE 13.1 RC2 system: I changed earlier the content /etc/amavisd.conf, so I save it: eik131:~ # mv /etc/amavisd.conf /etc/amavisd.conf.sav After that I reinstalled amavisd-new, so I get the distributed /etc/amavisd.conf eik131:~ # zypper in --force amavisd-new Loading repository data... Reading installed packages... Forcing installation of 'amavisd-new-2.8.1-2.4.1.x86_64' from repository 'openSUSE-13.1-Oss'. Resolving package dependencies... The following package is going to be reinstalled: amavisd-new 1 package to reinstall. Overall download size: 378.9 KiB. No additional space will be used or freed after the operation. Continue? [y/n/? shows all options] (y): Retrieving package amavisd-new-2.8.1-2.4.1.x86_64 (1/1), 378.9 KiB ( 1.6 MiB unpacked) Retrieving: amavisd-new-2.8.1-2.4.1.x86_64.rpm ...........................................................................[done] (1/1) Installing: amavisd-new-2.8.1-2.4.1 ................................................................................[done] Additional rpm output: Updating /etc/sysconfig/amavis... Below is the diff between the just from http://download.opensuse.org/distribution/13.1/repo/oss/ downloaded file and my saved file. Still /var/lib/clamav/clamd-socket-socket present. eik131:~ # diff -U0 /etc/amavisd.conf /etc/amavisd.conf.sav --- /etc/amavisd.conf 2013-10-23 13:12:28.000000000 +0200 +++ /etc/amavisd.conf.sav 2013-11-04 10:23:31.261756984 +0100 @@ -16 +16 @@ -$max_servers = 2; # num of pre-forked children (2..30 is common), -m +$max_servers = 1; # num of pre-forked children (2..30 is common), -m @@ -20 +20 @@ -$mydomain = 'example.com'; # a convenient default for other settings +$mydomain = 'beelaertsict.nl'; # a convenient default for other settings @@ -149 +149 @@ -# $myhostname = 'host.example.com'; # must be a fully-qualified domain name! +$myhostname = 'eik131.beelaertsict.nl'; # must be a fully-qualified domain name! @@ -380 +380 @@ - \&ask_daemon, ["CONTSCAN {}\n", "/var/lib/clamav/clamd-socket-socket"], + \&ask_daemon, ["CONTSCAN {}\n", "/run/clamav/clamd-socket"], eik131:~ # So your newly made rpm did not make into the RC2 repository? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.