* Ralf Hildebrandt <[EMAIL PROTECTED]> wrote: > * Troy Davis <[EMAIL PROTECTED]>: >> Hi guys has anyone done an apt-get package of the lastest amavis-new for >> debian-etch? >> >> >> >> Of a step by step to how to install from a tarball > > #!/bin/bash > /etc/init.d/amavisd stop > cp -p /usr/sbin/amavisd /usr/sbin/amavisd.old > install -o root -g root -m 755 -p amavisd amavisd-agent amavisd-nanny > amavisd-release p0f-analyzer.pl /usr/sbin > /etc/init.d/amavisd start
Don't do that on Debian. The Debian source is modified to read all files in the directory /etc/amavis/conf.d/ - you have to account for that somehow (either port the patch or concatenate all the files). Ciao Stefan -- Stefan Förster http://www.incertum.net/ Public Key: 0xBBE2A9E9 FdI #41: Internet - Das von President Gates erfundene Computernetz. (Kristian Köhntopp) ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
