From: Martin Pitt Date: Mon, 7 Jul 2008 10:20:03 +0000 (+0200) Subject: postinst-setup: do not set up mirror and apache any more X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=306e17614c2b6182a9d2a41ee3f0262dadc968a0 postinst-setup: do not set up mirror and apache any more --- diff --git a/postinst-setup b/postinst-setup index 6c06516..34d7143 100755 --- a/postinst-setup +++ b/postinst-setup @@ -79,15 +79,13 @@ DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes vim bzrtools bzr-s apt-get -y build-dep postgresql-8.3 gnome-volume-manager hal cupsys apport jockey if [ `hostname` = donald ]; then - DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes dchroot rsnapshot dhcp3-server apache2 ia32-libs easytag texlive latex-beamer texlive-lang-german fakechroot sane-utils imagemagick pngquant pdfjam + DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes dchroot rsnapshot dhcp3-server ia32-libs easytag texlive latex-beamer texlive-lang-german fakechroot sane-utils imagemagick pngquant pdfjam fi umount /cdrom || true # other setup if [ `hostname` = "donald" ]; then - [ -e /mirror ] || ln -s /home/ubuntu-mirror /mirror - ln -s /mirror /var/www/mirror ifdown eth1 ifup eth1 /etc/init.d/dhcp3-server restart